Shopify themes, liquid, logos, and UX
Hi, I would like to remove the underline of the text in header menu and also in submenu.
And also I would like to make the submenu open on hover effect, to remove the thing that I have to click on it to open the submenu. Thanks
https://c31a31-2.myshopify.com/ pass: password
Solved! Go to the solution
This is an accepted solution.
Hi @Cukrovinky
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
details[open]>.header__menu-item, .header__submenu .header__menu-item:hover {
text-decoration: none !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Cukrovinky
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
details[open]>.header__menu-item, .header__submenu .header__menu-item:hover {
text-decoration: none !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks, can you also help me with code that makes the submenu open on hover, that I don't have to click on it. Thanks
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024