• Resolved SjSings2

    (@sjsings2)


    I’m sure it’s here somewhere because you’ve thought of everything, but I can’t see how to change the hover effects for the button dropdowns. Can you help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author YMC

    (@wssoffice21)

    Hi!
    Creating a hover effect on dropdown elements is easy to implement using CSS styles. Apply style rules for the desired dropdown using, for example, this notation:

    .pillarFilter .filter-layout .sub_item .filter-link:hover {
    background-color: green;
    color: yellow;
    }

    In any case, all this is implemented using custom styles.

    https://prnt.sc/JrZFpGayh03L

Viewing 1 replies (of 1 total)

The topic ‘Hover effects for dropdown’ is closed to new replies.