Shopify themes, liquid, logos, and UX
How can I change the colour of text on the menu when it is selected in mobile? I am using the new dawn theme.
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi,
You can change the active menu item color by adding the below CSS code at the end of your base.css file.
.header__active-menu-item {
color: red !important;
}
Or, if you want to apply the changes only on mobile phones:
@media (max-width:768px) {
.menu-drawer__menu-item--active {
color: red !important;
}
}
Cheers!
This is an accepted solution.
Hi,
You can change the active menu item color by adding the below CSS code at the end of your base.css file.
.header__active-menu-item {
color: red !important;
}
Or, if you want to apply the changes only on mobile phones:
@media (max-width:768px) {
.menu-drawer__menu-item--active {
color: red !important;
}
}
Cheers!
@GabrielS Thank you! Can you please also let me know how to change the colour on links in the footer when they are active?
Hello @TBNP22
Could you send the URL so that I can review your site?
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024