Hi
I’m trying to have hyperlinks change colour when I hover on them. To confirm this is NOT the ‘button’ itself, or the menu (e.g. hamburger one), but the menu that then opens up within it. I can see that I can change the colour of the menu page you’re specifically on, but just not as a hover.
Along a similar line, is there a way to create this hover effect on any hyperlinks that I put into just a standard textbox within a section?
Thanks in advance!
Hi, user3374 !!
I know how to change the color when hovering over a horizontal or vertical menu. Try adding the following code to your global.css
.vertical-menu__item-label:hover {
color: red;
}
If you open it with a button or embed it in something like a lightbox, you should be able to freely design the menu.
Thanks! Unfortunately it’s not the menu itself that I want to change colour on hover it’s within the menu once it’s open (the menu hyperlinks themselves?)
Ah… Are you asking about the submenu?