Solved

Contact page - no visible lines around text blocks due to white background

Kamval
Excursionist
18 2 1

Hi everbody,

 

At this moment I have changed the background colour of my contact page to white. However I see that the lines of the text boxes disappear. Can somebody please help me fixing this? I just want to change the colours of the lines for this contact page. I need an encircled line around the textbox.I need an encircled line around the textbox.

 

Can somebody help me please?

 

Kr,

 

Kamval

Accepted Solutions (2)

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @Kamval,

Go to Assets > theme.css and paste this at the bottom of the file:

.contact-form input,
.contact-form select,
.contact-form textarea{
	border: 1px solid var(--color-text-field-text) !important;
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Kamval
Excursionist
18 2 1

This is an accepted solution.

Never mind! I tried product-form and it worked :D.

 

.product-form input,
.product-form select,
.product-form textarea{
border: 1px solid var(--color-text-field-text) !important;
}

 

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12289 2547 3698

@Kamval 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Kamval
Excursionist
18 2 1
https://nassirioils.com/.

There you go.

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @Kamval,

Go to Assets > theme.css and paste this at the bottom of the file:

.contact-form input,
.contact-form select,
.contact-form textarea{
	border: 1px solid var(--color-text-field-text) !important;
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Kamval
Excursionist
18 2 1

hi guys,

 

This solution worked very well for me. I also used it for other pages. However I am struggeling to create borders for the ''amount'' on my products page:

 

 

.default product input,
.default product select,
.default product textarea{
border: 1px solid var(--color-text-field-text) !important;
}

 

It doesnt seems to work..

 

I have attached a screenshot.  

Kamval
Excursionist
18 2 1

This is an accepted solution.

Never mind! I tried product-form and it worked :D.

 

.product-form input,
.product-form select,
.product-form textarea{
border: 1px solid var(--color-text-field-text) !important;
}