Change contact form text color

Change contact form text color

isabellemaria
Trailblazer
221 2 27

Hi there,

 

How can I change the color of the text in my contact form? I already added the following piece of code to base.css but it gets overwritten every time somehow...

 

input#ContactForm-name,
input#ContactForm-email,
input#ContactForm-phone,
textarea#ContactForm-body{
background: #efefef !important;
color: #000000 !important;

 

Website: https://taneraskin.com/pages/kontakt 

 

Thanks!

Best,

Isabelle 

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @isabellemaria

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Inside tag head. You need create style tags. After you'll insert my code inside it

BSSTechVenture_0-1716735316429.png

.contact label.field__label {
   color: black !important;
}

Here is result: 

BSSTechVenture_1-1716735343642.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

PageFly-Henry
Shopify Partner
1184 335 297

Hi @isabellemaria 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.field label.field__label {

    color: black !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PageFly-Henry
Shopify Partner
1184 335 297

Additionally, I also noticed some issues on the homepage that you could improve in the title.
You should make the title colorful and center it so users can see your collection more easily.

PageFlyHenry_0-1716736372887.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.