AndyG1
September 16, 2023, 12:31pm
1
hi all,
when i want to put in a number in the quantity selector, thee background changes to black, i can’t find in the code where i can change this to an different colour.
hope someone can help me.
URL =
https://3643bf.myshopify.com/products/diadeem-gold-flower?variant=46881519468875
Password =
Bloom
thanks in advance
Guleria
September 16, 2023, 3:02pm
2
Hello @AndyG1 ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.quantity__button:focus-visible, .quantity__input:focus-visible {
background: transparent !important;
outline: 0 !important;
box-shadow: none !important;
}
Thanks
1 Like
Hi @AndyG1 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at the bottom of the file → Save
.quantity__button:focus, .quantity__input:focus{
background-color: #B38383 !important;
outline:none !important;
box-shadow:none !important
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
1 Like
AndyG1
September 16, 2023, 4:42pm
4
Nice!, Thanks for the help! this worked for us!
Cheers