Header CSS

Posted in: Newsmag
Post count: 21

Hello, I ve been trying to change the header background color via CSS and the Theme Panel and on Chrome, when the website loads, for a second I get a light blue instead of the green I have hardcoded via CSS. Please see screenshots below to understand what I mean.

http://s32.postimg.org/c2xl3a82t/screenshot.jpg

http://s32.postimg.org/og5twg8dh/screenshot2.jpg

Thanks

Post count: 6535

Hi

That delay appear because the css from theme panel loads after the main css of the theme, loaded from style.css file. To avoid that delay you’ll have to insert the css directly in style.css.
Try to add this css in style.css then test again: http://screencast.com/t/Mj5ui5Dec

.td-top-menu-full, .td-header-style-6 .td-top-menu-full, .td-header-top-menu {
background-color: #09713a;
}

Thanks!

Post count: 21

Hello Andrei,

Thank you for your response.

I tried the change you suggested, but still get the light blue line on the top. This is really weird! Please note the light blue line only appears when loading!

Any other suggestions?

Post count: 6535

Hi

Try to add !important property in css like here:

.td-top-menu-full, .td-header-style-6 .td-top-menu-full, .td-header-top-menu {
background-color: #09713a!important;
}

If you still can’t manage to solve this address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.