Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?