Changing color to title
-
Have been trying to change the color to the title of my blog…..
Tried this to no avail….
#site-identity a {
color: red;
}Is it even possible?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please add this code in the CSS tab of your Customizer for this:
#wrapper #site-title a { color: red; } -
- The topic ‘Changing color to title’ is closed to new replies.