Refresh theme "filter and store" colour change

How do I change the "filter and sort"text colour to black?

Store link - handyhaven.shop

Hey @aakarsh

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @aakarsh ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.scss.liquid file

Add this following code at the bottom of page

.collection-toolbar .collection-view span,
.collection-toolbar .collection-sort select {
    color: #000000;
}

Save and preview

Hope this can help.

Transcy

Hello @aakarsh

Hello

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
span.mobile-facets__open {
color: #000;
}

Hi @aakarsh

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly