Landing page has colour logo and dark text for nav links. Rest of site needs to have plain white logo and white text for nav, as the backgrounds are dark shades of color.
How can I achieve this - I’m using the Ethos stack.
Landing page has colour logo and dark text for nav links. Rest of site needs to have plain white logo and white text for nav, as the backgrounds are dark shades of color.
How can I achieve this - I’m using the Ethos stack.
Hi,
To achieve that, you can add the code below in Theme Options > CSS
.home .x-navbar .desktop .x-nav > li > a {
color: #000 !important;
}
Hope that helps
Perfect. Worked a treat, thanks Paul.
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.