Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #497007

    Hi, the main menu hover color link is #7445ff and I’d like to set hover color of the current link page to: #7373ff. Can you help me please?
    Thanks :

    #497131

    Hey maryhellensegatta!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav>ul>li.current-menu-item:hover>a>.avia-menu-text {
        color: #7373ff!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #497159

    It does not work.

    #497167

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #497207

    Sure, here are data access. Thanks

    #497231

    Hi!

    Please flush cache. You are seeing a cached version from an hour ago :)

    Cheers!
    Yigit

    #497313

    I have cleaned W3 total cache and browser cache but color hover current link page is not changed

    #498210

    Hey!

    The current main menu hover color is set to #7373ff when I checked the page. Please provide a screenshot of what you’re seeing on your end and a screenshot of what you’re expecting to see. Use imgur or dropbox.

    Best regards,
    Ismael

    #499249

    Ismael, here is now current page link hover (#7445ff). What I’d like to achieve is #7373ff when mouse over link hover state of the current page.
    Thanks.

    #499629

    I’m having this same issue…

    #500033

    Hi!

    You can use this CSS to change only the current menu item hover color.

    .current-menu-item:hover > a > .avia-menu-text {
        color: red !important;
    }

    Regards,
    Elliott

    #500034

    That doesn’t do anything for me?

    If you hold the mouse over a TOP ROW menu item on the home page, it’s white font and hard to read. I need it a different color?

    • This reply was modified 8 years, 7 months ago by BrendaSarg.
    #500067

    Thanks it works!

    #500069

    Brendasarg, try another shade of red

    #500075

    Sorry, that did work for the drop down links, my issue is the main navigation being white on hover.

    #500441

    Hi!

    it should work @BrendaSarg, are you using any custom CSS code? which might prevent it?

    Regards,
    Andy

    #500713

    I don’t think so? If you hover over the menu (top row main menu) you’ll see its white still. I’ll send my log in to see if you are able to help?

    #500945

    Hi @BrendaSarg,

    You can change the colour of the Main Menu items both on hover and default under Enfold–>Advanced Styling.

    Thanks,
    Rikard

    #523239

    It works! Thanks. You can mark as resolved.

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Main menu: change link hover color on current page link’ is closed to new replies.