How do I change the background of this variant box? -
I’m using the DAWN Theme
Hi @EthanOSHOP
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hi @EthanOSHOP ,
Add This Css in your Edit Code > Base.css File
variant-selects .select__select {
background: #5b6dd3;
color: #fff;
}
Result:
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece