header menu colours

Posted in: Newspaper
Post count: 5

Hello

I am trying to customize colours in the Fast News theme. The gradient from the header menu with custom css:

.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #ef7934 100%, #ef7934 100%, #ef7934 100%)!important;
}

@media
(max-width: 767px){
body .td-header-wrap .td-header-main-menu {
background-color: #ef7934!important;
}
}

don’t know if the code is correct, but I do not want any gradient in the header menu.

Now, when I switch to customize the text colour in the same menu, it overwrites the settings and I get other colours (not the usual red, blue, yellow gradient). I get a gray scheme (which I used before).

Even more strange, everytime I hit refresh, it loads first the standard gradient (red, blue, yellow), then it switches to the custom one, which is anyway the wrong one.

I don’t know if what I wrote makes sense 😛

Post count: 20688

Hi,

This topic is similar – https://forum.tagdiv.com/topic/removechange-red-gradient-in-fast-news-demo-menu/

The customization had to be made in the stylesheet, at the moment a gradient cannot be set in the header by theme settings. It could be removed in the demo stylesheet if needed.

You could also create another code to remove it or change it. This code will be loaded after the one from the demo, so the transition of the colors may be visible. First the default ones will be loaded, then the code you use with the different colors.

So you could remove that gradient in the demo stylesheet. I will make a note on our list so that the gradient will only apply on the header style the demo uses. So changing the header style to a different one will not display a gradient.

I should mention that a header builder is being developed, this will add more flexibility in managing and creating header styles. It will be introduced in a future update.

Thanks

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