Change Color/Opacity of Folder Names
Branch
Registered Users Posts: 8 Big grins
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.
0
Comments
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
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