Archived topic
Animation on hover for secondary menu
3 replies · Started by William on July 20, 2020
Hi there,
I have two things I hope you can help with.
1) the primary menu, when on the page of either BooksA A-Z or Genre, can you remove the background of the dark purple ( so you cannot tell you are on that page)?
2) For the secondary menu, is it possible to have a hover effect similar to the one that of here?
Kind regards,
Will
Hi there,
1. in Customizer > Colors > Primary Nav - you can set the current color to transparent.
2. Try this CSS:
.secondary-navigation .main-nav ul li:hover > a {
transition: all 500ms;
}
That's great thank you!
You're welcome