This topic has 4 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Jack Richardson
Hello,
I’m unable to target the color of the fixed header menu (without also changing the color of the links in the full-width-submenu area)..
I thought one of these guys would do it.. I tried so many things my head is spinning.. and I cannot make sense of it at all.
.fixed-header-area .menu > li,
.fixed-header .menu > li,
.main-nav .menu > li {
color: #FFFFFF;
}
H E L P !!!
Hello,
Please provide us with link to your site. Could you clarify us color of what element exactly you want to change?
Regards,
Jack Richardson
Hello, the element I exactly want to change was expressed fairly clearly in my request I thought, I’ll try again:
The color of the fixed header menu items (titles)
For example in your demo site here:
https://www.8theme.com/demo/legenda/
that would correspond to me changing the regular state (not selected or hover) of the fixed header menu items to a different color than black.. those elements..
HOME, SHOP, BOOK, BLOG, PORTFOLIO, PAGES, FORUM, MORE, BUY
(without affecting the .nav-sublist-dropdown elements)
THANKS !
________________________
PS: You cannot view the site without logging in as it is now showing a Coming Soon page.. so I’d need you to look at the admin and the ftp possibly as I made a lot of css changes in my styling. But isn’t my question above clear enough ?
Hello,
First of all thank you for more detailed explanation.
Please try to add this code into your custom.css:
.fixed-header .menu > li > a, .main-nav .menu>li>a {
color: #ccc;
}
Also change “#ccc” to your desired color.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Jack Richardson
The issue related to '‘fixed header menu’' has been successfully resolved, and the topic is now closed for further responses