Dropdown Menu Issues
-
I’m having two CSS problems with the Responsive Menu. I was able to add a background image with CSS behind all the menus when hovering over them. But I can’t the same background image to appear when the menu element is active.
This works:
li#rmp-menu-item-3536.languages.menu-item.menu-item-type-post_type.menu-item-object-page.rmp-menu-item.rmp-menu-top-level-item :hover { background-image:url(https://images.avivayunger.com/wp-content/uploads/2021/03/Menu-hover-Background.svg)!important;This doesn’t:
li#rmp-menu-item-3536.languages.menu-item.menu-item-type-post_type.menu-item-object-page.rmp-menu-item.rmp-menu-top-level-item :active { background-image:url(https://images.avivayunger.com/wp-content/uploads/2021/03/Menu-hover-Background.svg)!important;Second, when going into the Shop dropdown menus, two of the background images quickly disappear when hovering over them. The CSS is identical to the other ones:
– One of a Kind Artwork
– Fabric PrintsThe page I need help with: [log in to see the link]
- The topic ‘Dropdown Menu Issues’ is closed to new replies.