Changing color of site title Sapor
-
I’m trying to change the color of the text of my site title using the Sapor theme. I’m having trouble using the CSS and didn’t see this question anywhere, if someone has already asked it if you could direct me to it that would be great.
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’ve included both the non-hover and hover CSS rules for you with sample colors. You can edit the color codes as desired. If you wish to keep the original grey color when hovered, just use the first rule and not the second.
h1.site-title a { color: #cc0000; } h1.site-title a:hover { color: #0022dd; } -
-
- The topic ‘Changing color of site title Sapor’ is closed to new replies.