Okay
  Public Ticket #1119536
Hover effects
Closed

Comments

  •  2
    seduco1 started the conversation

    Hello again,

    Is there a way to turn off the hover effect that changes the color (when you point with cursor on the links in main menu) ? 

    Since I am using purple background on my main menu, i would like to keep these colors solid. 

    Thanks for your fast response.

  • [deleted] replied

    Hi seduco1,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though :)

    Please add the code below to Custom CSS

    .oxygen-top-menu>.wrapper>.main-menu-top>.main .main-menu-env .nav>li>a:hover {
        color: #fff !important;
    }