Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1024696
Different hover colors on menu
Closed

Comments

  •  2
    Asle started the conversation

    I have a problem with the hover color on the menu. When the page loads the menu links are white but when I scroll the menu links turn black. I want the mouseover color on the initial menu items to also be white and another color on mouseover when I have scrolled and the menu items are black. It seems I can only choose one mouseover color. In the CSS it is overrided with !important in css/style-dynamic.php from line 150.

  •  255
    Joanna replied

    Hi Asle,

    Sure, we can override that CSS for you. Just add the following CSS snippet into: Waxom > Advanced > Custom CSS Code box:

    #site-navigation.style-transparent:not(.sticky-now) li a:hover {color:#fff!important;}
    

    And that will make the hover color white on the transparent menu.


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  •  2
    Asle replied

    Thanks Joanna, 

    that was maybe the only combination I have not tried! Thanks a lot!