FAQ page color

Hello, I have the Canyon design and the FAQKing (what a name!) page set up, which is completely white. How do I make a matching color and fonts for that page that synchronizes with the rest of the site? I know I should have some code somewhere ..the site is www.yourb3auty.com if that helps

Any help is appreciated…

Hey @yourbeauty

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


RESULT:

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

Best Regards,
Moeed

HEllo @yourbeauty
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.faq-container {
background-color: #fffef2 !important;
}
.s-main-faq__main .faq-heading-title {
background-color: #fffef2 !important;
}
.s-main-faq__main .faq-subcategory-header {
background-color: #fffef2 !important;
}
.s-main-faq__main .faq-subcategory-content {
background-color: #fffef2 !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thank you both for helping! I am pretty sure I am the problem, as I tried both solutions, and the result is this:

And just to make sure I understood the assignment correctly, I did this: (1st version)

Thank you both for helping! I am pretty sure I am the problem, as I tried both solutions, and the result is this:

and I did this:

Can you tell me what I am doing wrong?

Did you tried this-
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.