How To Change Color Of Menu Item Font in Mobile on Trade Theme

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.

  1. From your Shopify admin dashboard, click on ā€œOnline Storeā€ and then ā€œThemesā€.
  2. Find the theme that you want to edit and click on ā€œActionsā€ and then ā€œEdit codeā€.
  3. 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.