Hi
On the attached screenshot you see the header background color is dark blueish, which i actually like with the white text. This is on the blog page. On all the other pages the header background color is white, which render my text useless?

Hi
On the attached screenshot you see the header background color is dark blueish, which i actually like with the white text. This is on the blog page. On all the other pages the header background color is white, which render my text useless?

Hi there,
Please try to add this code in the custom CSS:
body:not(.blog) .x-navbar .desktop .x-nav > li > a {
color: #000;
}
Hope this helps.
No that did not help. I would like all the header to be with that background header color as in the sceenshot earlier
Hi,
You can try this code instead.
body .x-navbar {
background:#001937;
}
Hope that helps.
Hi Paul
I added this code in Dashboard - X - Launch - And put it in the very top of the the global CSS. Nothing happend

Hi There,
In that case, please provide us your site URL so we can take a closer look.
Thanks,
The site url is www.creativevfx.net
There is a under construction splash screen. In the bottom right corner you find a key where you need to enter the password provided in the secure note
Hi again,
Try adding the following code in your Customizer:
header.masthead + div {
margin-top: -90px;
}
.home header.masthead + div {
margin-top: 0;
}
Let us know how this goes!
No.
That only made the header background transparent.
See below screnshot. This is the header background shown on a random post. That is exactly what i want. I want all the headers across the site to be like this header

Hi there,
Please update this code
body .x-navbar {
background: #001937;
}
to
body .x-navbar {
background: #001937 !important;
}
Hope this helps.
Juhaa…
It worked great…
Glad it helped.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.