Menu color

Posted in: Newspaper
Post count: 36

I set menu color:

http://prnt.sc/8mm8gz

But as I see my simple color code is with some shadows. How to have my color without these shadows?

One more question,

when I load my page, first of all about one second I see menu color in blue color and after that it becomes red color. How to fix it?

Post count: 22421

Hello tradermaker,

To remove the gradient, you can use this cutsom CSS:

.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after{
display:none;
}

As for the second part, if you changed the header menu with custom css then it will behave like that. Please remove the code and change the color from the theme panel.

Thank you!

Post count: 36

First question is solved. Thank you

But second still exist, I haven’t used custom CSS for menu color. Even if I delete all custom css box and save it, the issue still exists.

How to fix it?

Post count: 36

I have noticed, that if tagDiv Speed Booster is disabled – no issue. What I have edit for this plugin?

Post count: 22421

Hello,

I understand the problem now. Speedbooster has no settings. It’s either active or disabled. The plugin works in such a way that it moves the css code to the bottom of the page so the main one will be loaded first and then the modification. When CSS colors are changed, this is a side-effect of this procedure. The easiest way to keep speedbooster active and also have the colors apply instant, you have to apply the color you want to set in the style.css file. That way it will be the first option to load, not the second.
http://screencast.com/t/CDVBAqzuz2T
We hope in a future update we will be able to fix this issue.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.