I have tried multiple things to try changing the color of the font to black so it can visible, can someone please help and advice me. its in the sort by section.
Hey @Maze1 ,
Ideally it’s better to use #222222 or rgb(34, 34, 34) if you are to use black as a background. (That’s just a suggestion).
To fix this issue, it’s better to make the background colour of the dropdown black as well, so that it fits with the theme and you don’t need to have a special text colour just for the dropdown.
To do that you will have to edit some code, which I will provide here.
Follow the instructions on the attached video, Make sure you are editing the code of the theme that you are currently working on. If you plan to change the colour next time make sure you change the ‘black’ to the colour you want to change it to. Hex, rgb are also accepted there.
E.g. background-color: #222222 also works.
here is the code for you to paste, you don’t need to type along with me in the video