Archived topic
Hover menu animation on centered logo
3 replies · Started by Pieter on March 26, 2019
Viewing posts 1–4 of 4
Hi,
I made a menu with centering logo. I would also have the hovering animation on the menu, but the hovering is also on the logo....
Ofcourse I don't want that :-)
Gr. Pieter
Hi there,
in your CSS for the menu hover effect change the selector i.e
.main-navigation .menu > .menu-item > a::after
to:
.main-navigation .menu > .menu-item:not(.menu-item-separator) > a::after
Hi David,
Thank you!
Gr. Pieter
You're welcome
This archived topic is closed to new replies.