Change Menu text color on Dwell theme

Hey,

I am having issues to change menu text color on dwell theme, its currently grey as show in image - i want them to be white. How do i do that? my URL is www.armwrestling.shop

Thanks in advance!

Hey @Anacondan

For me it already shows as white, are you working on a draft theme?

Let me know

Best,
Moeed

Hey @Anacondan
Were you able to resolve this issue
its showing like this on frontend
If you are working on development theme, please share preview link

this is the link i get when i preview

yes it is a draft theme, apologies. this is the link i get when i press preview on the draft

You’re still sharing the live theme URL. To share the draft theme URL, in the bottom, you’ll see a button called “Share Preview”. Just simply select that and share it with me.

Best,
Moeed

ah, got it! apologies.

here is the link:

Here is the preview link

@Moeed were you able to see the preview and find a solution?

So you need to go into your theme editor, click on the header section settings, and look for text color or menu color options. Most themes including Dwell have this built in. If it’s not there you might need to dig into the theme customization settings under the header or navigation area. What happens when you click on your header section in the editor?

Hello @OttyAi, the color is set to white, however appears as grey. What i need is to code over writing the theme presets making white appear as grey.

@Harmzynoh

thanks for your reply, however this doesnt work. please check below replies for finding my preview of the draft theme. Appreciate it.

Hey @Anacondan

Follow these 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 </ body> tag
<style>
.menu-list__link-title {
    color: white !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed