change header color on all pages (not just homepage)
-
hey smart and kind folks ??
i’m trying to change the header color from black to teal on all of the pages of this site, but was only able to change it for the homepage so far.
thx — any ideas are highly appreciated!
n*using the free inspiro theme
*here’s the homepage: https://tucsonyogacollective.com
*here’s one of the other pages: https://tucsonyogacollective.com/leah-stauber**and here’s the CSS I used on the homepage:
/* Header bar at the top */ .navbar { background: #52B1A9; } /* Header bar when scrolling */ @media screen and (min-width: 48em) .headroom--not-top .navbar { background: #52B1A9; } /* Header bar on he homepage */ @media screen and (min-width: 48em) { .has-header-image.home.blog .headroom--not-top .navbar, .has-header-image.inspiro-front-page .headroom--not-top .navbar, .has-header-video.home.blog .headroom--not-top .navbar, .has-header-video.inspiro-front-page .headroom--not-top .navbar { background: #52B1A9; }
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘change header color on all pages (not just homepage)’ is closed to new replies.