Could someone help make my header text look white instead of dull grey. (Sense Theme)

The color preset for the text is set to white, but ends up looking grey for some reason. When I hover over the text it turns white, but I want it to be a solid color constantly. Help please!

1 Like

Hey @Igy1
Kindly share your Store URL and Password if enabled

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello @Igy1

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

https://209349.myshopify.com/ :slightly_smiling_face:

https://209349.myshopify.com/

Hey new URL is allureaurastudio.com

Hey new URL is Hey new URL is allureaurastudio.com no password

allureaurastudio.com no password

Hello @Igy1

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.header__menu-item .link--text {
    color: rgb(var(--color-foreground)) !important;
}

Hey @Igy1

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 tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

2 Likes

I added it but it didn’t work. Did I do it correctly?

header text.png

That worked! Thanks!

Thank you for your reply. I’m glad to hear that the solution worked well for you. Should you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.