Solved

Filter background colour blending with text

Wiltshire_Scent
Tourist
7 1 2

Hi,

I'm trying to change the background colour of my drop down boxes which are currently white, as I use a dark themed background my text is also white causing it to blend.

Looking through the coding I've been unable to find where to amend this. 

Dropdown background.PNG

I am using the Dawn theme. 

Thanks,

Alex 

Accepted Solution (1)
Wiltshire_Scent
Tourist
7 1 2

This is an accepted solution.

Thank you for replying. 

I couldn't originally find the .css file of where to amend this but I found the class in Assets/template-collection.css after checking inspect again (this time properly)

All working now

.collection-filters__sort,
.collection-filters__sort:hover {
box-shadow: none;
Background-color: #16222e
}

View solution in original post

Replies 2 (2)

Developer-G
Shopify Partner
3079 604 857

Hello Alex ,

You can assign css to select or it's class

e.g. 

.selectClass{

background: #000;

}

Thanks

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
Wiltshire_Scent
Tourist
7 1 2

This is an accepted solution.

Thank you for replying. 

I couldn't originally find the .css file of where to amend this but I found the class in Assets/template-collection.css after checking inspect again (this time properly)

All working now

.collection-filters__sort,
.collection-filters__sort:hover {
box-shadow: none;
Background-color: #16222e
}