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!
Hi,
sorry my bad. There is image:
http://bierundbierli.at/wp-content/uploads/2015/03/questins3.png

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!
-
This reply was modified 11 years by
Alin [tagDiv].
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!
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
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!
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!
