Help in Editing Refresh Theme to Customize Color and Font Size of Menu

Thanks in advance for assist!

I’m using Refresh Theme and the menu setting inherits font attributes from theme settings->Color.

I’m looking to change my menu font color and size but can’t find the stylesheet or location to make that change.

Has any one done so or had luck in doing so?

Hello @fgfoods

Could you please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

1 Like

Hi @oscprofessional

I hope this solution will works. feel free to text me back if you have any question.
Please follow below steps

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag
@media (min-width:768px) { .header__menu-item span { font-size: 20px; color:#fff //assign other color code here } }

OR

Change theme color from here below SS

1 Like

Appreciate you responding.. I was able to apply the code modification supplied in this thread and it worked

It’s such a generous thing for guys with expertise like you to freely share your knowledge.

THIS WORKED!!!
Alok, thank you so much!

1 Like

@fgfoods Your most welcome.