When I click on my Browse By list, the text is in my site's color against a background of white which makes the text difficult to see. I would like the background colour to be #000000 , with the words in #FAEBD7 and when you hover over it, turn #E16666. Please assist, thank you!
Solved! Go to the solution
Hello GeraldLee,
Please share your site url.
So that i can check and let you know the exact solution here.
Can you please share correct url
I am unable to see
This is an accepted solution.
Hello GeraldLee,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss.liquid
.section-header__link--right select, .section-header__link--right option { color: #FAEBD7; background-color: #000000; }
Hi,
I'd like to change the color of my 'Filter by' dropdown:
Can somebody tell me how to do this?
Theme: Simple
url: www.rubila.be
Thank you in advance!!
Leslie
Hello Rubila,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.collection-sorting__dropdown select#BrowseBy {
color: red;
}
Change the color as per your choice.
Hope this will work for you.
Thanks....
User | Count |
---|---|
546 | |
209 | |
125 | |
81 | |
41 |