Dawn theme - make contact page section background transparent

https://emxlqmmkxkokrjsz-71277969692.shopifypreview.com

trying to make the contact section background transparent on the contact page

Hi @Ascension1111

You can try adding code by following these steps:

  1. Go to Online Store → Theme → Edit code https://prnt.sc/XkUYXZPnym_E

  2. Open your base.css in the Assets folder.

  3. Paste the below code at the end of the file https://prnt.sc/fVsECswzmez7

#shopify-section-template--17704510685468__form > .transparent {
    background-color: rgba(0,0,0,0) !important;
}
#shopify-section-template--17704510685468__form > .transparent input,
#shopify-section-template--17704510685468__form > .transparent textarea {
    background-color: rgba(0,0,0,0) !important;
}
  1. Save the file and double-check.

Best regards,
GemPages Support Team

1 Like

I hope my solution can help and support for you. :grinning_face_with_smiling_eyes: