Shopify themes, liquid, logos, and UX
Hi, for some reason my contact form dropdown is white. Can anyone help me fix it please?
https://w60880td9oml81vi-56906743879.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hello @Daniel19901
select#contact-form-anliegen {
background-color: black !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey @Daniel19901
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.select-wrapper option {
color: black !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Daniel19901
Try adding this CSS it will change the color of the dropdown
#contact_form .select-wrapper #contact-form-anliegen {
color: black;
}
If this solution helps you, kindly like this reply and mark it as a solution.
If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
Hello @Daniel19901
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.select-wrapper select option{
color: #000 !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
hello @Daniel19901
Go to online store ----> themes ----> actions ----> edit code ---->Find theme.liquid file...> Add the following code in the bottom of the file above </body> tag
.select-wrapper option {
color: black !important;
}
- Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @Daniel19901
select#contact-form-anliegen {
background-color: black !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024