All things Shopify and commerce
I need help for CSS coding on dawn Theme -> I would like to change the text color of only one of my main navigation menu to highlight it.
The "Ramadan Offers" navigation menu should appear in RED rather than white
Solved! Go to the solution
This is an accepted solution.
but its not showing on mobile phone. can u help do that ?
Hi @Omar79,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
a#HeaderMenu-ramadan-offers {
color: red !important;
}
Finally it worked
thank you so much
This is an accepted solution.
but its not showing on mobile phone. can u help do that ?
Try this code.
a#HeaderDrawer-ramadan-offers {
color: red !important;
}
a#HeaderMenu-ramadan-offers {
color: red !important;
}
yes it worked . thank you
@Omar79 Please mark my answer.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025