website: hvstl.co
password: tongai
I was wondering how I would change the background of this variant picker, and remove the border around it as well. Any help is appreciated!
Goal: change the background color and remove the border of the product variant picker (dropdown/select) in a Shopify theme.
What worked:
Alternate suggestion:
Notes:
Outcome:
website: hvstl.co
password: tongai
I was wondering how I would change the background of this variant picker, and remove the border around it as well. Any help is appreciated!
Hi @hvstlco
Check this one.
.select__select, .customer select, .select .icon-caret, .customer select + svg {
background: red;
color: white;
}
And Save.
Result:
I also change the color, if you dont want to include the text color just let me know.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
How do I remove the border aswell?
Add this code.
.select:before, .select:after, .select:hover.select:after,
.customer select:before, .customer select:after,.customer select:hover.select:after {
box-shadow: none !important;
}
And Save.
result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @hvstlco
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Thank you very much!
Thank you very much aswell!