Filtering - Kalles Theme

Hi, is anyone to help me improve the filtering on this Kalles theme, please? I’d like to move it to the left hand side, change the style, and add colour swatches (I have them set up as metafields and live on products).

1 Like

Hi @joe-h-95 ,

Could you please share your Store URL and password (if applicable) so that I can review it and provide you with the appropriate solution code?

Looking forward to your response.

Thanks!

Hi @joe-h-95

To change the filter on the left check this one below.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.t4s-collection-header>:last-child {
    justify-content: flex-start !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks @Made4uo-Ribe , that moved it to the left.

Do you know how to make it more like the below i.e. constantly there with the main collection to the right? Or is it a theme limitation?