How to change colors in menu

Posted in: Newspaper
Post count: 36

Hi, I need change colours in menu. Look at picture. I look in fonts and in Theme colors, but i dont find it.

Post count: 7909

Hi,

You can change menu items color from Theme Panel > Custom Typography: http://screencast.com/t/GZraezvIms
Result: http://screencast.com/t/QLi526WF9Uk
Please provide more details if you referred to something else and a screenshot, as I cannot see any picture.

Thanks!

Post count: 36
Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/8hekGlMSfM8J

.blog-stack .sf-menu ul .menu-item a{
color: red;
}

Thanks!

Post count: 36

Hi, you dont understand me. I need bg color, white to black and grey to darker gray.
It is on fonts, or i need custom css?

Post count: 7909

Hi,

Try this css code in Theme Panel > Custom Css: http://screencast.com/t/kmWMfD2f

.blog-stack .sf-menu ul li{
background-color: #5C5A5A;
}
.blog-stack .sf-menu ul .menu-item a:hover{
background-color: black;
}

Hope this helps!

Post count: 36

Hi, thank you, i need this and it works. But i need change color on top menu too. When I open to sub-menu (for example speisekarte), main-menu background is white (essen und trinken). Is possible to change it, or not?
If it is big problem, i dont need it, this solution is ok.
Thank you

Post count: 7909

Hi,

You can change the background using this css code: http://screencast.com/t/Nx9yc3F5c

.blog-stack .sf-menu .current-menu-ancestor > a, .blog-stack .sf-menu .current-menu-parent .current-menu-item a{
background-color: black !important;
}

Also like you see on image from above menu item link is blue, so if you want to change it you can do that from Theme Panel > Theme Colors: http://screencast.com/t/4B0hoDVyCh
Result: http://screencast.com/t/6pqFUdL4

Thanks!

Post count: 36

Hi,
thank you very much again 🙂 Very good support, you have 10 stars 🙂

I change colors in theme panel, look at picture, and in menu is still blue.
link color
Theme version is 4.6.1

Post count: 7909

Hi,

Try this css to change the color: http://screencast.com/t/6pcjyUsoXT

.blog-stack .td-menu-center .sf-menu > .current-menu-ancestor > a{
color: #999999 !important;
}

Thanks!

Post count: 36

Yeah! thank you.

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