Remove underline

Remove underline

golazocases
Explorer
96 0 28

Hi, I would like to remove this underline on the collections text (see attached)

 

URL: golazocasesuk.myshopify.com

Theme: Trade

 

Screenshot 2024-08-03 at 12.24.46.png

Replies 3 (3)

Rahul_dhiman
Shopify Partner
462 93 96

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
20.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

niraj_patel
Shopify Partner
2378 514 511

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.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

EFOLI-Syn
Shopify Partner
72 1 0

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;
}
Syn | eFoli
-Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Checkout our apps:Inkybay || MultiVariants