Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
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
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Hi @Madeleine4
This is Mike from Omega.
Could you leave here store URL or theme you are using then I can check for you?
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
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
That worked perfectly, thanks!
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;
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024