Why don't the labels on my contact form appear?

Why don't the labels on my contact form appear?

leftjab
Visitor
2 0 0

Hey all, 
1. I can't figure out why the labels on my contact form don't appear (see attached image). I'm not sure if it’s the theme (kalles, have an email to them). The site is: https://leftjabtees.com/pages/contact

Any help would be greatly appreciated! Thanks.

Screenshot 2024-04-05 at 1.16.31 PM.png

Replies 2 (2)

Sweet_Savior_3
Shopify Partner
1375 104 148

Hello @leftjab 

 

Welcome to Shopify Community.

 

Please add the given CSS in theme.liquid above </head> tag.

#contact_form_page label {
    display: block !important;
    color: #fff;
}

 

OUTPUT: 

Sweet_Savior_3_0-1712342262677.png

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
leftjab
Visitor
2 0 0

That did the trick! Thank you so much!!