Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #511053

    Hi,
    I’m a little bit confused. On my homepage I have the transparent header activated. I chose to have it in white with the active menu indicator and it’s perfect. On hover I see that the text is changing color to something a little bit more grey, but I don’t know where this is set. Can you please tell me where I can set this up?
    Second question, when go on my other pages (contact) page for example, where the transparent header is not activated, I can’t seem to get the same menu. I would like my menu to look the same as the one on the home page. How can I make the menu indicator look the same for example? How can I make the hover color looks the same?
    Thanks upfront for your help

    #511283

    Hey!

    Try adding this code to the Quick CSS:

    #top .main_menu ul:first-child > li > a:hover{
        opacity: 1 !important;
        color: red !important;
    }
    #top .avia-menu-fx {bottom: 22%; width: 70%; left: 15%;}

    Do not copy the code from the mail notification.

    Cheers! 
    Josue

    #511296

    This is exactly what I needed.
    You’re the best.
    Thanks a million

    #511312

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.