Symmetry - Disable Hover Effect at the header links

Symmetry - Disable Hover Effect at the header links

EISENHAUERHH
Visitor
2 0 0

 Hi everybody,

can anybody help me?
I want to disable the hover effect of the header link.

 

I dont want them pop off, when the mouse is going over them because there are so many different categories so they will cover the hole page. i know that is to much, but i dont like the hover / pop out effect for the header links.

 

can anybody tell how or where i can disable it?

 

Thanks, Rob.

Replies 3 (3)
EISENHAUERHH
Visitor
2 0 0

Oh sorry. It is www.nuena.de

saurav9005
Shopify Partner
99 15 25

in css use header class name 

 

.classname:hover {

color:red;

}

please hit Like and Mark as Solution, If this answer solve your problem.  If you find my reply helpful, a small Coffee Tip would make my coding heart soar!

PageFly-Victor
Shopify Partner
7865 1785 3096

Hi @EISENHAUERHH 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: Find and click on the theme.liquid your file and paste the code above the </head> 

<style>
.navigation .navigation__item--with-children .navigation__tier-2-container, .navigation .navigation__item--with-children .navigation__tier-3-container {
display: none !important
}
</style>

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly