FAQ page color

Solved

FAQ page color

yourbeauty
Tourist
20 0 2

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...

Accepted Solution (1)
GTLOfficial
Shopify Partner
855 176 191

This is an accepted solution.

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.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7527 2033 2499

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 </body> tag

<style>
.faq-container {
    background: #FFFEF2 !important;
}
.s-main-faq__main .faq-heading-title {
    background: #FFFEF2 !important;
}
.s-main-faq__main .faq-subcategory-header {
    background: #FFFEF2 !important;
}
.s-main-faq__main .faq-subcategory-content {
    background: #FFFEF2 !important;
}
</style>

RESULT:

Moeed_0-1732168331904.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


yourbeauty
Tourist
20 0 2

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

yourbeauty_0-1732217149821.png

and I did this:

yourbeauty_1-1732217166792.png

Can you tell me what I am doing wrong?

GTLOfficial
Shopify Partner
855 176 191

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

16.png

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
yourbeauty
Tourist
20 0 2

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

yourbeauty_0-1732213802412.png

 

yourbeauty
Tourist
20 0 2

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

yourbeauty_1-1732213935150.png

 

GTLOfficial
Shopify Partner
855 176 191

This is an accepted solution.

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.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh