I am trying to change the hover-over color in my main menu. It is currently white and I would like it to be red when it is being hovered over. Is there a specific code and where does it go? Any help would be appreciated.
Hello @L_Ormonde
Itβs GemPages support team and glad to support you today.
You can follow these steps:
- Go to Online Store β Theme β Edit code
- Open your theme.css file and paste the following code below:
.site-nav__item:hover .site-nav__link{
color: #ff0000 !important;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
