Hi all,
On my site I have a light background color for the color and size options for a product but the selection arrows are white. See below:
How do I fix this as in:
Change the color of the backgrounds (e.g. black) or better still change the color of the arrow selectors (e.g. to black) - 2nd option is better as my text color is black.
Any help appreciated.
Thank you
1 Like
@DeadEndStreet
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
Hi there,
My URL is as follows: deadendstreet.co.uk
Many thanks
1 Like
Savior
November 11, 2021, 4:26am
4
Go to your store Click on Actions > Edit code.
In Assets > theme.scss.css.
At the bottom of the file add below lines:
select#SingleOptionSelector-0 { background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
}
Enjoy !!!
Please like and subscribe.
@DeadEndStreet
can you please confirm this look!
1 Like
That is correct thank you.
1 Like
@DeadEndStreet
thanks its my pleasure to help us