Hi!
I am trying to change the menu item font color on mobile for my Clearance menu item to color #641832 on Trade Theme. I have been able to successfully do it on Desktop but not mobile.
Successful Desktop:
Need this to look the same on Mobile:
My website is here.
Thank you!
Hi @jordanbford1
Try this one.
- From your Shopify admin dashboard, click on āOnline Storeā and then āThemesā.
- Find the theme that you want to edit and click on āActionsā and then āEdit codeā.
- In the āAssetsā folder, click on ābase.css, style.css or theme.cssā file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a#HeaderDrawer-clearance {
color: #641832;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you! This worked. If I ever change the menu item name from Clearance to say āSavingsā do I need to edit the code again?
Welcome! Would you mind hitting ālikeā as well? Thanks!
Nope, that code is only for the color. That is other settings in your store.