Site title and tag
-
Hello,
As you’ll see from my question, I’m quite new when it comes to coding. I want to change the color of the site title and tagline in the header to ivory or white, but I can’t found the coding that I need to put in the editing box. The template is Twenty Thirteen.
Any help would be greatly appreciated!
Brenda
The blog I need help with is: (visible only to logged in users)
-
Hi! Once you have the Custom CSS upgrade, this theme can be modified with css as such:
.site-title { color: red; } .site-description { color: green; } -
- The topic ‘Site title and tag’ is closed to new replies.