Solved

How can I change the text color on my Sense theme filter?

beikuo
Excursionist
17 1 3

Hi I want to change text color on the filter only on my Sense theme. And I know I probably need to make the change on the coding but just don't know how exactly I can do this. 

 

Thank you!

 

download (50).png

Accepted Solutions (2)
beikuo
Excursionist
17 1 3

This is an accepted solution.

THANK YOU SO MUCH! It totally worked but I have another question, I found out that when I click the "Filter By" button the filter section is just blank, it should have all my filter options there in black text.

 

Screen Shot 2023-03-07 at 11.41.27 AM.png

View solution in original post

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

You can add this code below:

div#globo-dropdown-sort_options {
    color: black !important;
}

View solution in original post

Replies 5 (5)

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @beikuo ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

beikuo
Excursionist
17 1 3

This currently theme is not publish yet, but i can share a preview here

https://theendlabel.com/collections/all

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @beikuo ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/v5.globo.filter.css->paste below code at the bottom of the file:

.sort-by.limit-by.hidden-xs,
.sort-by{
    color: black !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

beikuo
Excursionist
17 1 3

This is an accepted solution.

THANK YOU SO MUCH! It totally worked but I have another question, I found out that when I click the "Filter By" button the filter section is just blank, it should have all my filter options there in black text.

 

Screen Shot 2023-03-07 at 11.41.27 AM.png

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

You can add this code below:

div#globo-dropdown-sort_options {
    color: black !important;
}