Can not change header menu color

Posted in: Newspaper
Post count: 2

Hi!

I have installed SayWhat demo. Now I am adjusting it to my needs.
In the theme panel header style section I have selected – Full dark menu on right with logo.
Then I went to the THEME COLORS section and I have replaced every pink color to my chosen orange one.
After the changes every element on the website beside the menu is orange, menu is still pink.

Interesting is that when I change the menu type to any other style (boxed, hybrid,, etc.) the color is orange. But in this single case it’s all the time pink.

How can I change that?

Post count: 6535

Hi

Please provide yur site url so we can have a closer look at this issue and get back to you with a more accurate answer.
Thanks!

Post count: 2

Hi Andrei!

url is http://pomijane.pl/

Thanks in advance!

Post count: 22421

Hello,

It seems this header style has it;s own css so you can change it with this custom code:

.td-what .td-header-style-6 .black-menu .sf-menu > li > a:hover, .td-what .td-header-style-6 .black-menu .sf-menu > .sfHover > a, .td-what .td-header-style-6 .black-menu .sf-menu > .current-menu-item > a, .td-what .td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a, .td-what .td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a{
background-color: transparent;
color: #ff530d!important;
}

You can add the code in the theme panel->custom css box
Alternatiovely you can change the code directly in the demo style.css file like so: http://screencast.com/t/2tHrN70RP

Thank you!

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