I am trying to change my product dropdown to look like my quantity picker (No hover interactions, always a border with #0022EE)
Please help me code this.
URL: https://pleasedontbetaken.myshopify.com/products/datacell?variant=43058962006249
Password: lutred
Thanks!
Hi @SebastianL ,
Please follow these steps:
- Go to Admin>Online Store
- Click Actions>Editor code, on the theme you would like to edit
- Open theme.liquid file in the Layout folder
- Copy this code just above the tag:
{% if template contains 'product' %}
{% endif %}
1 Like
Thank you for your reply @Developden ! However, this did not solve my problem…