Removing hover from site title
-
Any idea how I might prevent the hover effect on the site title from occurring?
I’ve made a child theme and in my style.css file I have done the following to no avail (#353535 is the color of the site title when there is no hover – it’s natural state color so to speak):
a.blog-logo:hover{
color: #353535;
}blog-title a:hover{
color: #353535;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing hover from site title’ is closed to new replies.