Hi guys!
I’d like to change the “&” symbol color in the header in the rotating text, how do I do that?
Also when you scroll down, the main navigation menu the text for the highlighted page turn white in the main nav. makes it illegible cause it blends in the background color, how can i change the text color in the main nav when it scrolls so it doesnt turn white?
Hey!
I can not see the & in the top, where you mean it should be, and about the highlight of the page, it seems you got it working?
Cheers!
Basilis
The menu option for mobile is also white and invisible right now — how do I fix this?
Hey!
Seems that the following CSS has been customized:
.avia_desktop #advanced_menu_toggle
have you added any changes to it?
Best regards,
Basilis
THanks in advance
Hi Courtney!
Please add following code to Quick CSS
.av-rotator-container-inner .special_amp {
color: inherit !important;
}
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background-color: #ffffff;
color: blue;
}}
Regards,
Yigit
Thanks for the CSS!! It worked :) !