Can anyone help me make the SALE link in the nav bar red. Only the sale link
Store preview: https://km8uqps5ab0n6hgw-46093959333.shopifypreview.com
Thanks
Can anyone help me make the SALE link in the nav bar red. Only the sale link
Store preview: https://km8uqps5ab0n6hgw-46093959333.shopifypreview.com
Thanks
Hello @gmedia
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
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @gmedia
.mega-menu-wrapper a[href="/collections/sale-preview"] {
font-weight: bold!important;
color: red!important;
}
Thanks so much!
Do you know how I can do it for the mobile menu too?
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
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.