Hi, I would like to remove this underline on the collections text (see attached)
URL: golazocasesuk.myshopify.com
Theme: Trade
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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.