How can I change the menu hover color in Focal theme?

Hi, I want to change the Menu hover color to dad1d7.

Using the Focal theme.

Site is at www.cult51.com

Any suggestions most welcome!

Hello @LanceAllison :waving_hand:

In Shopify Admin you can go to Themes, Edit code, open file theme.css (or theme.css.liquid) and paste this code snippet at the bottom

.header__linklist-link:hover {
    background: #dad1d7 !important;
}

Hope that helps!

Hi @LanceAllison

I’m Richard Nguyen from PageFly- Free Landing Page Builder

-Go to Online Store->Theme->Edit code

-Asset-> theme.css paste the below code at the bottom of the file.

.header__linklist-item .header__linklist-link:hover{

color:#dad1d7 !important

}

Or

.header__linklist-item .header__linklist-link:hover{

background:#dad1d7 !important

}

Hope my solution works perfectly for you!

Best Regards;

Richard | PageFly