I am using Ari Template Theme
Sale tab is a 2nd tier under the main SHOP navigation and we would like to make the sale tab red.
And I was able to use the below steps to make the sale tab under the shop navigation to be red in color on desktop, but mobile navigation still show original color, not in red.
Website url: https://parallel51.co/
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
a.navlink.navlink--child[href='/collections/warehouse-sale'] {
color: red !important;
}
Would anyone know how to make the SALE tab red on mobile also?
