Gallery caption color
-
In the yoko theme, how can I change the caption color? I’ve tried a few things in the css editor, but nothing seems to work
The blog I need help with is: (visible only to logged in users)
-
try adding a “#” to the front of the color number. That should take care of it. :)
The full block of code would look like this:
#content .gallery-caption{ color: #851e0e; } -
Didn’t work – but I noticed if my gallery was thumbnails it does change it. I should have been clearer from the start, my gallery is a slideshow. Sorry about that – I appreciate your help!! :)
-
-
Actually, I don’t think I need it. Try this:
.slideshow-slide-caption{ color: #851e0e !important; } -
-
-
No problem, thank you! By the way, how do you figure out what part of the css needs to change. I tried viewing the source code on the page, but couldn’t even find where it was. Maybe it’s not the page code but the style sheet. How can I view the style sheet for the Yoko theme?
-
Happy to help! The place you need to go is “inspect element” rather than view source code.
Here’s a useful article on how that works: http://dailypost.wordpress.com/2013/07/25/css-selectors/
Good luck! Let me know if you have any more questions.
- The topic ‘Gallery caption color’ is closed to new replies.