Header Background Color
-
Need help changing background color of sticky header for Coutoire WordPress free theme. Currently it is transparent, but is making the text hard to see as you scroll. Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hello!
The site stephanieilene.wordpress.com is protected and not visible to support volunteers, but I had success with this custom CSS on the Coutoire demo site.
@media only screen and (min-width: 560px) { .site-header.alignfull { background-color: lightyellow; } }In this example, I set the color to lightyellow. You can replace that value with your own color preference.
Please let us know if this works for you.
- The topic ‘Header Background Color’ is closed to new replies.