Hi @brumisrl ,
I saw special price in your mega menu ?
Goal: change a single menu item (e.g., SALE) to red, optionally both in the main header and in dropdowns; also questions on coloring sub-menu items.
Core approach: add custom CSS targeting the specific link or menu position, appended at the bottom of the theme stylesheet (Online Store → Theme → Edit code → Assets → theme.scss.liquid / theme.css.liquid / theme-styles.scss.css.liquid, depending on theme).
Key solutions:
Outcomes: several users confirmed desktop success; mobile needed separate selectors. Users also asked where to place CSS; guidance was provided.
Status: ongoing. New requests (e.g., Warehouse theme “special offers”, lejean.com) remained unresolved in the thread.
Hi @brumisrl ,
I saw special price in your mega menu ?
.index .scrollheader #logo a, .index .scrollheader .nav-container .shifter-handle, .index .scrollheader .nav-container ul#cart li a, .index .scrollheader .nav-container ul#cart li select.currency-picker, .index .scrollheader ul#main-nav li:nth-child(1) a {
color: red !important;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->stylesheet.scss.liquid
Hi,
I have been through all the comments and have been unsuccessful. I am trying to highlight the word special offers to red on my website, and make it bold.
I am using the warehouse theme.
Can anyone help with this?
Thanks in advance.
Hi @ DeeJay,
Can you provide your website url so I can inspect?
Hello @DeeJay1 ,
Welcome to the Shopify community!
Share your store url with password.
Hi,
My website is www.aliveplanet.com.au
I want to change the text color of Sale - a menu item to RED color. I’ve tried a few suggestions and added the code in this discussion but they didn’t work. I use a custom theme
Can someone please help? Thanks a lot.
Hi, I know I am quite late to this thread. The coding worked perfect on laptop, how do I get my mobile header to also be in red for the sale collection?
Kind regards,
Elliot
I have been trying to find my Theme.scss.liquid file but I only have a Theme.Liquid file that I have access to. I am also wanting to change the colour of a sale collection in my header to grab attention.
Is someone able to help me with this as well? I tried some different codes, but won’t turn to red.
Thanks in advance!
@amaile which menu item do you want to make red?