Shopify themes, liquid, logos, and UX
Hi, I want to change sale color red in toolbar. When I load my site, at first instance it show red but again change to black.
Here is store url
Solved! Go to the solution
This is an accepted solution.
@Amit27 Please follow below steps to display the "SALE" in red color and let me know whether it is helpful for you.
3. Search "base.css" file and find the code .menu-toolbar a[href="/collections/flat-30"].
4. Add "!important" to the color value like below.
color: #ff0000 !important;
5. Now, it will display in red color.
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
This is an accepted solution.
@Amit27 Please follow below steps to display the "SALE" in red color and let me know whether it is helpful for you.
3. Search "base.css" file and find the code .menu-toolbar a[href="/collections/flat-30"].
4. Add "!important" to the color value like below.
color: #ff0000 !important;
5. Now, it will display in red color.
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Thanks a lot. This is working fine.
Hello @Amit27
Welcome to Shopify Community.
Please paste the css in base.css file.
.menu-toolbar a[href="/collections/flat-30"] {
color: red !important;
}
Thanks
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024