isaa6
06-01-2016
11:47 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
When I scroll down, the header background changes, but my site title doesn't
When I scroll down, the header background changes, but my site title doesn't
Image of my title when the header background changes
Does anyone know how to fix it'
P.S. I know some HTML and CSS
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
2 REPLIES 2
BJ5
06-02-2016
10:57 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
There's a couple ways you could do this. One is to add/change the header background to this:
<style> .splash-page #header.minimal { background:#fff !important; } </style>
The other option is to change text color of your logo to this:
<style> #header.minimal #wsite-title { color:#ffffff !important; } </style>
I'd make sure both are at the bottom of main-style.css so they don't get overwritten by later rules.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
isaa6
06-03-2016
01:42 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Nither of these work for some reason.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report