Changing Site Title Color with Hover CSS
-
Hi,
Using :hover and :visited selectors for links on my site (it’s an aggregator, it’s all links).
Trouble is, this has changed the color of the site title because the site title links to homepage by default.
Is there a way to change the color of the site title independently from the rest of the links on the page?Site: https://misterfriar.com/
Here is the additional CSS currently on the site:
.site-title {pointer-events: none;}
a:visited {color: brown;}
a:hover {color: black;}
Thanks in advance!!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
It looks like you’ve already figured this out – I see you’ve since added this code:
.site-branding a { color:gray }I don’t see a better way to achieve the same result :)
Please let me know if I can help with anything else.
- The topic ‘Changing Site Title Color with Hover CSS’ is closed to new replies.