Shopify themes, liquid, logos, and UX
Hello.
I have added a dropdown to my contact page called "Subject", as you can see here.
But the styling of it is completely different to every other box/field of the contact form.
I want to make it so that the dropdown part looks the same as the other boxes, and has the same styling effects etc.
Thanks.
Hi @bariqah1423
Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?
Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?
@bariqah1423 Please follow the below steps to customize the drop-down field to match the style of your other fields in contact form. Let us know whether it is helpful for you.
#request-type {
background-color: transparent !important;
color: #898981 !important;
border: 1px solid #898981;
width: 100%;
padding: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
#request-type:hover {
box-shadow: 0px 0px 0px 1px;
}
#request-type:focus-visible {
outline: none;
outline-offset: unset;
box-shadow: none;
}
/* Make Send button text visible */
.contact__button .button {
color: #FFFFFF !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025