Change text color and font for keywords
davsap
Registered Users Posts: 3 Beginner grinner
Does anyone have some CSS code for changing text color and font for display of keywords in lightbox?
0
Comments
Current CSS on my site, probably a setting in theme.
.sm-lightbox-keywords a {
color: #D3D4D4 !important;
font-family: Roboto,Helvetica,Arial,sans-serif;
}
Try it without the !important first then add as needed.
My Website index | My Blog
Thanks for the suggestion, I edited it in to my theme custom CSS but it did not have any effect on the keyword text.
.sm-gallery-smugmug .sm-tile-keywords a {
color: #0000FF !important;
}
Your code might effect more than just the lightbox.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations