Shopify themes, liquid, logos, and UX
Hi, I would like to remove this underline on the collections text (see attached)
URL: golazocasesuk.myshopify.com
Theme: Trade
Hello @golazocases
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----> line number 2785
and delete this code
details[open]>.header__menu-item {
text-decoration: underline;
}
result
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hello @golazocases
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
details[open]>.header__menu-item {
text-decoration: underline !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @golazocases,
You can add this following code to remove the underline into your theme's base.css file.
details[open] .header__menu-item {
text-decoration: underline !important;
}
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