Header Text Color
-
So I have continuously tried changing the header text color of my blog to red from the grey default. I bring up the colors and it changes. I click publish and it’s there. However, when I refresh my blog it’s still grey.
The blog I need help with is: (visible only to logged in users)
-
Paste this into the CSS editor and replace 456789 with the hex for the color you prefer:
.site-header h1.site-title { color: #456789; } -
Unfortunately, that didn’t work. Unless I put in in incorrectly. Could you write the numbers in as well. For example, in the CSS editor, it looks something like.
1.
2.
3.Could you input exactly how it’s supposed to look using that? Thanks.
-
Wait, I finally got it! I just reset the defaults and then plugged in what you gave me to the editor. Thanks :D
-
- The topic ‘Header Text Color’ is closed to new replies.