Page section change background color

Hey guys,

I have this problem right now:

How can I change the background color of the ‘Page’ section? I want to change it to black as it doesn’t fit to the page.

Thank you and kind regards!

1 Like

Hi, @ekrembcc

Can you share your store url? So that I can assist you.

@ekrembcc Please follow below steps to change the background color of the page section. Let me know whether it is helpful for you.

  1. From admin go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Go to contact page and click “Page” under template.

  1. Then scroll down and paste the below code in the “Custom CSS” field and save changes.
{
  background-color: #000000;
}

Result will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

1 Like

Hello There,

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

1 Like

Problem solved already, thank you nevertheless :slightly_smiling_face:

1 Like

Hey, after changing background colour if I need to change the font colour, how to do that? For me that particular section can’t be edited.