Shopify themes, liquid, logos, and UX
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.
in css use header class name
.classname:hover {
color:red;
}
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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024