Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, Could anyone help me with renaming "Filter By Tags" to "Filter By Countries"
its not default theme content
Hi @Velluca
Could you please share the store link so we can check it further?
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
Hi @Velluca
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
.shopbnb-search-form-tag-input.shopbnb-filter-tag > h5.shopbnb-filter-subtitle {
font-size: 0 !important;
}
.shopbnb-search-form-tag-input.shopbnb-filter-tag > h5.shopbnb-filter-subtitle::before {
content: "Countries";
font-size: 16px;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
It shows me this error, when I try to save.