Dear Community,
I would like to be able to change the background of my “Common Questions” page? How can I code it?
https://www.shopmadebyearth.com/pages/common-questions
Thank you!
Dear Community,
I would like to be able to change the background of my “Common Questions” page? How can I code it?
https://www.shopmadebyearth.com/pages/common-questions
Thank you!
Hi @KurtM ,
I checked that your website is password protected. Can you resend your password so we can check it for you
Hii @KurtM
Welcome to the Shopify community!
Thanks for your good question.
kindly share your store URL, so that
I will check out the issue and provide a solution.
Hi @KurtM ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
#common-questions-made-by-earth .content-for-layout{
background-color: #1f0b3c !important;
}
You can change the color code to your liking.
Hope it helps!