This topic has 6 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Rose Tyler
I want to change the color of my menu to red. How do I do this? Is it an easy way to change the color of the menu? I am not very familiar with code, so please send the correct custom code and tell me exactly where to place it.
Thank you
Hello,
Thank you for using our theme.
Please watch the video Legenda WordPress Theme – How to create custom.css file https://www.8theme.com/videos/. In Custom CSS file add this code:
.header-type-4.transparent.dark .main-nav .menu > li > a{
color: red;
}
Regards,
Rose Tyler.
What about the top menu? How do I turn that red also? What code is that?
Hello,
You can change previous code to:
.header-type-4.transparent.dark .main-nav .menu > li > a, .header-type-4.transparent.dark .top-bar .wishlist-link a, .header-type-4.transparent.dark .links li a, .header-type-4.transparent.dark .links li:before, .header-type-4.transparent.dark .shopping-cart-link, .header-type-4.transparent.dark .search-link, .header-type-4.transparent.dark .shopping-cart-link:before, .header-type-4.transparent.dark .search-link:before, .header-type-4.transparent.dark .shopping-cart-link span.amount, .header-type-4.transparent.dark .search-link span.amount, .header-type-4.transparent.dark .side-area-icon i:before, .header-type-4.transparent.dark .menu-icon i:before {
color: red;
}
Regards,
Rose Tyler.
thank you! looks great
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Want my menu Red’' has been successfully resolved, and the topic is now closed for further responses