Shopify themes, liquid, logos, and UX
Hi, im working on a theme section template by GemPages but i have a problem:
I'd like to have the text color in black for each of the 3 fields, but the most important issue is the email field.
Seems that the color of the cursor and the text is white...
How could i solve it?
Section preview: https://mockstyle.com/a/gempages?version=v7&shop_id=516242170353550504&theme_section_id=519612440602...
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @ActivAdv ,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file gp-global.css, base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
#contact_form input, #contact_form textarea {
color: #000 !important;
}
Here is result:
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
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @ActivAdv ,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file gp-global.css, base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
#contact_form input, #contact_form textarea {
color: #000 !important;
}
Here is result:
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
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Add the following code snippet to the file theme.css or base.css.
input[type='email']{
color: var(--g-c-text-1, text-1)
}
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hi @ActivAdv
Check this one.
input.gp-form-item, textarea.gp-form-item {
color: black !important;
}
thankyou guys, o solved the problem following your solutions!!
Thanks so much
Hi @ActivAdv,
At GemPages, adding custom CSS to an Email element by follow these steps:
Hope this can help you,
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025