https://emxlqmmkxkokrjsz-71277969692.shopifypreview.com
trying to make the contact section background transparent on the contact page
https://emxlqmmkxkokrjsz-71277969692.shopifypreview.com
trying to make the contact section background transparent on the contact page
You can try adding code by following these steps:
Go to Online Store → Theme → Edit code https://prnt.sc/XkUYXZPnym_E
Open your base.css in the Assets folder.
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;
}
Best regards,
GemPages Support Team
I hope my solution can help and support for you.