WebShark Posted April 8 Share Posted April 8 Hello I am trying to customize the Universal Filter. I am currently using the 'buttons-inline' but I want to add title to the filter. The title should be above the filter in center or in the left side next to the filter, in bold. This does not appear on this type of style. I would like to add title to the two filters, I am currently using - "Category" and "Tags". I hope someone can help! pw thankyou Earvin 1 Link to comment
Ziggy Posted April 8 Share Posted April 8 Can you share your website URL and this page? Earvin 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
WebShark Posted April 8 Author Share Posted April 8 Sorry! It's https://cone-dolphin-lxkp.squarespace.com/ It's on the front page 🙂 Earvin 1 Link to comment
Ziggy Posted April 8 Share Posted April 8 Try this: .custom-filter-container:nth-child(1) .customFiltersWrapper .sqs-block:before { content:"Categories"; } .custom-filter-container:nth-child(2) .customFiltersWrapper .sqs-block:before { content:"Tags"; } Earvin 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
WebShark Posted April 8 Author Share Posted April 8 Thank you! It looks good however Categories seem to be added three places. Do you know what to change? Earvin 1 Link to comment
tuanphan Posted April 10 Share Posted April 10 On 4/8/2024 at 3:26 PM, WebShark said: Thank you! It looks good however Categories seem to be added three places. Do you know what to change? Try this new CSS code .custom-filter-container .customFiltersWrapper .customFiltersContainer:before { content: "Kategori"; display: block; font-size: 17px; margin-top: 20px; } WebShark and Earvin 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
WebShark Posted April 13 Author Share Posted April 13 On 4/10/2024 at 11:10 AM, tuanphan said: Try this new CSS code .custom-filter-container .customFiltersWrapper .customFiltersContainer:before { content: "Kategori"; display: block; font-size: 17px; margin-top: 20px; } Thank you @tuanphan! It did work! I would also like to have a title for the filter under, where I have marked with a red cross. It should say 'Lokation'. Is this possible? Earvin 1 Link to comment
Solution tuanphan Posted April 16 Solution Share Posted April 16 On 4/13/2024 at 2:59 PM, WebShark said: Use this CSS code under [data-filter="lokation"].sqs-block:before { content: "Lokation"; display: block; font-size: 17px; margin-top: 20px; font-weight: bold; } WebShark and Earvin 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
WebShark Posted April 16 Author Share Posted April 16 18 minutes ago, tuanphan said: Use this CSS code under [data-filter="lokation"].sqs-block:before { content: "Lokation"; display: block; font-size: 17px; margin-top: 20px; font-weight: bold; } THANK YOU! 🙌 Earvin 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment