Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #321595

    Is it possible to change the colour of the active link in the mega menu?

    When you click on a link within the mega menu and then go back to he menu the writing is black.

    see: http://tinyurl.com/ohj78vg

    hove rover “what we do” and click paid search, now hover over what we do again and you can no longer see the paid search link.

    can we change the active link colour?

    thanks

    #321757

    Hi robertscott!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    #top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a {
    color: red;
    }

    Best regards,
    Ismael

    #331212

    This isn’t working for me – nothing I do will make the hover color, or active page color change on the site.

    #331267

    Hey!


    @buellfire
    Can you please post the link to your website? Please also try adding !important rule to Ismael’s code as following

    #top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a {
    color: red !important; 
    }

    and flush browser cache after applying the code and refresh your page a few times

    Best regards,
    Yigit

    #334421
    This reply has been marked as private.
    #334992

    Hey!

    Please add following code to Quick CSS as well

    .header_color .main_menu ul:first-child > li.current_page_item > a > .avia-menu-text {
    color: black!important;
    }

    Cheers!
    Yigit

    #335098

    Hey Yigit.

    I uploaded that to custom.css, and it didnt fix it. Do you have another suggestion?

    Thanks!

    #335316

    Hey!

    I have added the code to Quick CSS field and it is working fine – http://i.imgur.com/RTDlktP.png
    Please do not forget to flush browser cache after applying custom CSS code or making styling changes

    Best regards,
    Yigit

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