Bogi2
May 15, 2023, 9:10pm
1
Hi I would like to customize my contact page.
1, how can I put a column next to the contact form?
2, How can I add facebook and instagram icons next to the text “instagram” and “facebook”
How can I add this gradient background to the page?
I would like this:
But I have now this:
Hi @Bogi2
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Bogi2
May 16, 2023, 5:19am
3
thank you so much in advance!
https://26a13e.myshopify.com/
mideer
Point 1,2. To customize contact page by design is a complicated process and requires a lot of editing custom code on your store, so we suggest you contact our Shopify expert s for direct help.
Point 3. You can follow this suggestion:
Go to Theme → Edit code
Find file section-contact-form.css
Add the following code at the end of the file:
.color-background-1.gradient {
background: #e3f5f5;
}
.shopify-section {
background: #e3f5f5;
}
Here’s the result:
Hope this suggestion can help you.