Hi,
unfortunately there is still a little problem:
on header visibility with no transparency
the links in the main menu are white – like on pages with transparent and glassy header.
As the background is white the links are not visible
the get visible as soon as you scroll down
The Logo Area font color is
#333333
as well as the Logo Area secondary font color
in Advanced Styling the Main Menu Links are
#ffffff
for a better visibility on my dark images on pages with transparent and glassy header.
Best regards and thanks a lot
Bettina
Hey Bettina,
Provide a link to the site.
Best regards,
Jordan Shannon
Hey Jordan,
sorry that I bother so much.
Best regards
Bettina
Hi,
Thanks for the login, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #header .av-main-nav > li > a .avia-menu-text {
color: #000 !important;
}
.html_header_glassy #top #header .av-main-nav > li > a .avia-menu-text {
color: #fff !important;
}
.html_header_glassy #top #header.header-scrolled .av-main-nav > li > a .avia-menu-text {
color: #000 !important;
}
Best regards,
Mike
Hi Mike,
thank you for your support unfortunately it doesn’t work on the pages with no transparency.
It works now on the home page which has a transparent and glassy header. There was a tiny period when the main menu links where not seen but I didn’t bother about that and now that is solved
I guess there should be something in addition like:
.html_header_no_transparency #top #header .av-main-nav > li > a .avia-menu-text {
color: #000 !important;
}
I tried that but it didn’t work
Best regards
Bettina
Hi Bettina,
I adjusted the code for you, please check the website.
Best regards,
Victoria
Hi Victoria
perfect!
Thank you so much
Best regards
Bettina
Hi Bettina,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria