Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Yes you can add the following css to have a background color on hover.

    ul#wprmenu_menu_ul>li:hover {
        background-color: red;
    }

    Just add your favourite color in place of red.

    Regards

    Thread Starter miranalwan

    (@miranalwan)

    Thanks for you fast answer!
    Where do I put that code? Costume css?

    And is it possible to turn off the sweep above or under a certain pixel? The sweep is still on even when the whole menu is off.

    Best regards
    Miran

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how to add hover background color’ is closed to new replies.