Change Color/Opacity of Folder Names

BranchBranch Registered Users Posts: 8 Big grins
edited November 8, 2013 in SmugMug Customization
Is there a way to adjust the opacity/color of the folder names displayed below the folder image? See www.branchimages.net I'd like to make the folder names on my homepage more recessive? Other suggestions? Tx.

Comments

  • The MechanicThe Mechanic Registered Users Posts: 197 Major grins
    edited November 8, 2013
    Hi Branch,

    Here is some CSS code to help you along. Add it to a CSS Block to your homepage only:

    .sm-user-ui .sm-tile-title a {
    color: #FFC0CB;
    opacity: 0.5;
    }


    Alter this to meet your needs.

    Thanks -Scott
  • BranchBranch Registered Users Posts: 8 Big grins
    edited November 8, 2013
    Related request
    Scott,
    Excellent. Just what I needed. Is there a way to do the same with the little file folder icons which appear next to the text?
    Thanks,
    Branch
Sign In or Register to comment.