Hello Kriesi team,
I have the following problem: My main menu consists for the most part of anchor links, which are located on my main page (onepage Theme). The anchor links work fine, but not the hover color on my main page. On the other pages, the hover color works fine. On the main page only, if the anchor links have a relative URL (#…). But the anchor links must have a static URL (www.mywebsite.com/#…) otherwise they will not link to the main page from other pages.
I hope you can help me.
Best regards
Markus
Hey charlie004,
I’m seeing a gray hover color. What color should it be?
Best regards,
Jordan Shannon
Hey Jordan!
Thank you for the fast reply. Red on hover / active anchor and white for a regular link. If you scroll down you will see the problem. On other pages except the main page (Onepage) the color settings are correct.
Best regards,
Markus
Hi,
Apologies for the delay, but I’m still not seeing the issue. Can you screenshot?
Best regards,
Jordan Shannon
Sorry that I have explained it so difficult …
On every other page except the start page, the hover effect of the main menu looks like it should be (inactive white / hover or active red)
Only on the start page it is always red. I think that’s caused due the anchors-links in the main menu???
Best regards
Markus
Hi,
I see. Add this to quick css:
.home a .avia-menu-text{
color:#fff!important;
}
.home .current-menu-item a .avia-menu-text{
color:#e51752!important;
}
Best regards,
Jordan Shannon
