What's your biggest current challenge? Have your say in Community Polls along the right column.

Solved

Change Filter Title in 2.0 Theme (Combine)

Madeleine4
Tourist
24 0 2

Hi, I am trying to change the title of the filter "more filters" to "colors" but none of the solutions I found worked. Can anyone help? Thanks! 

Madeleine4_0-1677747094443.png

 

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @Madeleine4,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.css

Step 3: Paste the below code at bottom of the file -> Save

 

#FacetFiltersForm details:nth-child(5) span.facets__summary-text{
color:transparent !important;
position:relative
}
#FacetFiltersForm details:nth-child(5) span.facets__summary-text:before{
position:absolute;
inset:0;
content:"Color";
color:black !important
}

PageFlyVictor_0-1677749674864.png

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

View solution in original post

Replies 5 (5)

Mike-Consentik
Shopify Partner
193 30 37

Hi @Madeleine4 

This is Mike from Omega.

Could you leave here store URL or theme you are using then I can check for you?

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support
Madeleine4
Tourist
24 0 2

Hi Mike, it's dariadeh.com

 

Thank you!

PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @Madeleine4,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.css

Step 3: Paste the below code at bottom of the file -> Save

 

#FacetFiltersForm details:nth-child(5) span.facets__summary-text{
color:transparent !important;
position:relative
}
#FacetFiltersForm details:nth-child(5) span.facets__summary-text:before{
position:absolute;
inset:0;
content:"Color";
color:black !important
}

PageFlyVictor_0-1677749674864.png

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Madeleine4
Tourist
24 0 2

That worked perfectly, thanks!

infoatcodelab7
Shopify Partner
593 141 155

@Madeleine4 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

#FacetFiltersForm details:nth-child(5) span.facets__summary-text{
color:transparent !important;
position:relative
}
#FacetFiltersForm details:nth-child(5) span.facets__summary-text:before{
position:absolute;
inset:0;
content:"Color";
color:black !important
}
.facets__summary {
  display: flex;
}

 

Want to modify or develop new website, Hire us.
If helpful then please Like and Accept Solution .
Email: info@codelab7.com