Hello, as shown on the image the “Sort by menu” is all white and can not be read. Is it possible to change it to black background with white letters?
1 Like
Hi @PabloPier
check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
select#SortBy option {
background-color: #121212;
}
And save.
result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like