Changing colour of text on drop down menu on online shop

Hi,
I am needing to change the colour of the text in the drop down menu to BLACK. This is for our products on our online store. Can’t seem to figure it out and have worked through all other posts on the shopify discussion board.

Haven’t found a solution for the BEYOND theme which is what we are using.

Store is chocolate box training

Can anyone help?

Hello,

I see you have an error with your dropdown, this is a small error which can be fixed using code… you just need to find the class of dropdown and edit style.css/theme.css and add the following

.class { color: #000 !important }

Thank You

"Want to customise or develop your Shopify store, Get in touch.

If this comment was helpful please Like and Accept Solution .

Email: [email removed]

northwoodstudio.com.au"

Please add below css in bottom of assets/theme.css file

(if you don’t have theme.css file then add below code in assets/theme–critical.css file)

.disclosure–current-option {

color: #000;

}

.disclosure–form li .disclosure–option-link {
color: #000;

}
Thank you.

1 Like

Thank you so much! This worked. Appreciate your help.

Do you know how I can do this same thing on the “Timetable” page?

Please give accepted solution for answer

Thank you.

Hi,

In timetable page which section or part you want to change.

Please provide screenshot or description for that.

Thank you.

Thanks for your help! Attached is what I mean. The drop down menu in filter is white on white. I am needing to change the colour of the text to black

Please add below css in bottom of assets/theme.css file

(if you don’t have theme.css file then add below code in assets/theme–critical.css file)

.bw-select option {
color: #000;
}
.bw-widget–medium .bw-select {
color: #000;
}

Thank you.

1 Like

Hello,

I am hoping you might be able to help me again. I have a similar issue as above and have used your previous advice regarding the above code but have had no luck.

I’m needing the text color in the dropdown menus on the widget to be BLACK on this page: https://www.chocolateboxtraining.com/pages/hot-recovery-timetable

Are you able to please help?

Thanks

Holly - Chocolate Box Training