Hi guys I need help with my contact form, i dont like the normal preset on it I was wondering If I could change it to maybe something like this?
this is how mine is looking at the moment
any help is greatly appreciated! I only want this on the product pages
here is website:
https://brickbuildzz.com/products/large-custom-lego-set-600-1000-pieces
Hi @BrickBuidz
You can add this CSS code at the bottom of your base.css file to change layout of your contact page
.contact__fields { grid-template-columns: repeat(1,1fr) !important; }
#ContactForm .field:after { border-radius: 0 !important; border: none !important; box-shadow: none !important; }
#ContactForm .field { border-bottom: 1px solid #000; }
.field__label, .customer .field label { left: 0px !important; }
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
box-shadow: none !important;
}
Moeed
3
Hey @BrickBuidz
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
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed