A user seeks to customize contact form fields in their Shopify Venture theme, specifically wanting black/transparent backgrounds with white text and borders instead of the default white fields.
Solution Provided:
A CSS code snippet was shared to add to the theme.scss.liquid file:
Adjust field labels (Name, Email, Message) to full opacity white
Align “Contact Us” title with body text
Additional Issue:
Another user successfully applied inverted colors (white background, black text) to first/last name fields but the message field (textarea) didn’t update. They’re seeking additional code to target the message field specifically.
Open Question:
One user asks where to add the code if their theme lacks a theme.scss.liquid file, indicating potential theme structure variations.
Summarized with AI on November 5.
AI used: claude-sonnet-4-5-20250929.
I am looking to change the text fields of my contact form from white to black (or transparent, as the background of my website is black), and I would like the font to be white (#FFFFFF). I would also like a white border (#FFFFFF) around the actual text fields if possible.
Hi there, I had the same question as the original poster but the inverse (wanted the inside of my text fields to be white, and the font to be black). I used the above code just switching the colors and it worked perfectly on the first name and last name fields in my contact area! But it did not change the message field. Do you know what else I need to add to the code to have it work on the message field as well? This is what I copied/pasted in, and this is my contact us page after making that change: