What's your biggest current challenge? Have your say in Community Polls along the right column.

How to change 'sale' under SHOP navigation into red

How to change 'sale' under SHOP navigation into red

tiffanymwc
Tourist
7 0 2

Sale tab is a 2nd tier under the main SHOP navigation and we would like to make the sale tab red.
https://parallel51.co/

 

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 834 910

Hi @tiffanymwc

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_1-1716631021942.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_2-1716631026528.png

 

Step 3: Insert the below code at the bottom of the file -> Save

a.navlink.navlink--child[href='/collections/warehouse-sale'] {
    color: red !important;
}

Here is result: 

BSSTechVenture_0-1716631001436.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

tiffanymwc
Tourist
7 0 2
Hi,

Thanks so much, it works on the desktop version but didn't work on mobile
navigation, would you be able to guide me how to have the sale tab red on
both desktop and mobile?

Thanks a lot!
tiffanymwc
Tourist
7 0 2

Hi,

Thanks so much, it works on the desktop version but didn't work on mobile
navigation, would you be able to guide me how to have the sale tab red on
both desktop and mobile?

Thanks a lot!