How do I Change The Hover Color in the Impulse Theme?

Solved

How do I Change The Hover Color in the Impulse Theme?

L_Ormonde
Visitor
3 0 0

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.

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1288

This is an accepted solution.

Hello @L_Ormonde 

It's GemPages support team and glad to support you today.

 

You can follow these steps:

1. Go to Online Store -> Theme -> Edit code
2. 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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 2 (2)

GemPages
Shopify Partner
5625 1262 1288

This is an accepted solution.

Hello @L_Ormonde 

It's GemPages support team and glad to support you today.

 

You can follow these steps:

1. Go to Online Store -> Theme -> Edit code
2. 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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
L_Ormonde
Visitor
3 0 0

Thank you! One more question, how do I do the same with the drop-down menu as shown in the screenshot?

Screen Shot 2022-12-19 at 8.20.39 AM.png