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

Solved

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

jordanbford1
Explorer
61 0 17

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:

Screenshot 2024-12-26 at 15.28.08.png

 

Need this to look the same on Mobile:

IMG_7158.jpg

 

My website is here.

 

Thank you!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10102 2399 3033

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735249327582.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10102 2399 3033

This is an accepted solution.

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735249327582.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jordanbford1
Explorer
61 0 17

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?

Made4uo-Ribe
Shopify Partner
10102 2399 3033

Welcome! Would you mind hitting 'like' as well? Thanks!

Nope, that code is only for the color. That is other settings in your store. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.