Custom FAQ page can’t change colors

Awhile back I had somewhere build a custom FAQ page for me. It’s using older colors. Any color scheme attached to this page does not work. I tried looking everywhere where the colors of this page exist but can’t find anything. Every other page works fine with the color scheme selector. Any ideas on where to look to change the color?

2 Likes

Hey @mZee

Can you share the link of your custom FAQ page and also tell me the hex code of the colors you want to add and where?

Best,
Moeed

I sent you a message

Hi @mZee

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop:

Hey @mZee

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>
.faq.gradient #MainContent .section, .faq.gradient #MainContent .section * {
    color: white !important;
    fill: white !important;
}
</style>

RESULT:

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

Best,
Moeed

1 Like

Thank you very much!