Hi there,
I need your help. I can’t find the solution to my problem. Tried about everything. I want to change te font color of the main menu items on the homepage which has an tranparent header.
I tried:
1) theme options > Advanced Styling and edit “Main menu links” -> doesn’t work
2) custom css: #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a {
color: red;
}
-> doesn’t work.
Please help….
Hey,
Try re-setting your cache/minify plugins after you add the code to Quick CSS or change something in Advanced Styling.
Best regards,
Josue
Hi- I am having the same issue with the top header bar on a home page with a transparent header. On the mobile sizes the header bar automatically changes to white and since the links are white on the bar they don’t show up. I have tried advanced styling and quick css to change with no luck. I also dumped my cache just to make sure. Here is the link: https://www.justfarmed.com/ if you look on a mobile device (or shrink the browser size) you will see the small top menu bar changes to white/white text but pages that don’t have transparency headers the top menu bar shows up correctly.
Hey!
Looks like you changed the design as the menu is not exactly like the description.
Please let us know should you need any help.
Best regards,
Vinay
Hi Vinay-
Nope I haven’t changed anything. What do you see?
jenn
Hey!
The white background was not visible instead there was a grey background.
Now it is looking like your description please use the below css in Enfold > General Styling > Quick CSS
.av_header_transparency a{
color: #999!important;
}
Cheers!
Vinay
Thanks so much! Fixed!
Jenn