Site Title attribute bug?
-
My site is using the On a Whim theme. The Site Title attribute appears to be behaving as a link and is displaying the color of the Link & Primary Accent Color attribute. I would like the Site Title to display as a separate color from the links and headers. It used to do that by default, so I’m not sure why it changed. Is this a bug or something I now have to control through CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Yes, you can change this if you edit CSS. Please go to Appearance > Customize > CSS and remove the informational content. Once you are there, please add this:
.site-title a:hover { color: ADD COLOR VALUE ; } .site-title, .site-title a { color: ADD COLOR VALUE; }Look here for an example of CSS color values:
http://www.w3schools.com/cssref/css_colorsfull.asp
Feel free to reach out if you have any questions!
-
-
- The topic ‘Site Title attribute bug?’ is closed to new replies.