How do I change the title area of contact form's background?

This is the page I am interested in: https://dogstoreonline.com/pages/contact

The title cannot be blank and I had entered a description there, but took it out. I cannot figure out where I need to go or what I need to do get those areas (title and description) to match the rest of the page. I need to either (1) make that background white or (2) apply the scheme that I have throughout the rest of the site’s pages.

Can someone please point me in the right direction?

Hi @alagrow ,

I not sure, but if you want to remove background of title like this image

You can add the below CSS at the last bottom of “base.css” file:

body {
  background:transparent !important;
}

Hope this helps!

Dear @alagrow

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

#MainContent {
    background: white !important;
}
.color-scheme-1 {
    background: white !important;
}

In this step, you change the color for 2 purposes:

(1) make that background white

(2) apply the scheme that you have throughout the rest of the site’s pages.

Step 3: Save your code and reload this page.

#Page contact:

#Page product:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

1 Like

Hi @alagrow ,

We’re happy to see that our suggestion helped you solve the issue: https://community.shopify.com/c/shopify-design/make-product-image-clickable-on-collections-page-dawn-9-0-0/m-p/2061354#M547898

Can you kindly give us a like? This can be a reference for other merchants if they have an issue like you.

Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon.

Thanks in advance.!

1 Like