Remove underline

Remove underline

golazocases
Pathfinder
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 2 (2)

Rahul_dhiman
Shopify Partner
790 152 167

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

niraj_patel
Shopify Partner
2391 516 515

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