My contact us page looks like this right now-
Is it possible to add a container to the page like this example-
My contact us page looks like this right now-
Is it possible to add a container to the page like this example-
Hey @Motoblox
Your store is password protected, can you share the password as well?
Best Regards,
Moeed
Have removed
Hey @Motoblox
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks a ton Moeed,
This is working but is it possible to round the corners of name,email,phone number and comment boxes.
Also bringing the send button in the bottom middle and change it’s text to send message instead
Hello @Motoblox
.contact .field::after {
border-radius: 10px!important;
}
.contact .field::before {
border-radius: 10px!important;
}
.contact__button {
text-align: center;
}
thanks a ton appreciate you
Hello @Motoblox
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful then please Like and Accept Solution.
is it possible to change the text on send button?
Hello @Motoblox
Yes, it is possible to change the text on the “Send” button on the Shopify contact page. Here’s how you can do it:
This method ensures the button text changes without altering the actual HTML code.
Screenshot: https://prnt.sc/kg8n7_pyn7qD
Thanks a ton, appreciate you