Shopify themes, liquid, logos, and UX
Hello,
I have added the following code in the "contact.form.liquid" but I am still unable to see the drop-down menu in my contact form. Just have this space but not an option.
Attaching both the images for refernece.
Solved! Go to the solution
This is an accepted solution.
@Alinear7 - remove previous cs and add this
#ContactForm .field select {
position: initial;
width: 100%;
padding: 1.5rem;
line-height: calc(1 + .5 / var(--font-body-scale));
letter-spacing: .04rem;
color: rgba(var(--color-foreground),.75);
}
sorry
Yellow#7
I can now see the menu but it is a tiny menu.
Not aligned to the whole form
How to increase the height so it becomes the same as the rest of the form, with a rectangle box?
And change the drop-down icon to black
This is an accepted solution.
@Alinear7 - remove previous cs and add this
#ContactForm .field select {
position: initial;
width: 100%;
padding: 1.5rem;
line-height: calc(1 + .5 / var(--font-body-scale));
letter-spacing: .04rem;
color: rgba(var(--color-foreground),.75);
}
it's still the same
tried saving it again.
it says cannot save because of an error and i cannot seem to find the said error.
it worked. thank you !
Where exactly do you add this line of code to get it to work?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025