carrie1 Posted January 28, 2020 Share Posted January 28, 2020 Hey there! I'm wondering if anyone knows how to change the text that says 'ALL' in the 'Sort & Filter' option on the products page (shop page). I'm finding this page very minimal in choices when filtering. Website: https://artbuzz-today.squarespace.com/ passcode: today Page: shop Template: Brine I just need to change 'ALL' to say 'ALL ARTISTS' instead. Is this possible? Also...is there a way to add the tags as well as the category here? Thank you! Carrie Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 Add to Design > Custom CSS .ProductList-filter-list-item--all a { visibility: hidden; } .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
carrie1 Posted January 29, 2020 Author Share Posted January 29, 2020 Hi @tuanphan Thanks so much for that code. It worked! Would you happen to know if we are able to somehow add a header to this section? Something like 'Artists'? I see there's a header in the mobile view and it says 'Category' Would love to change that as well to 'Artists' if possible. THANK YOU! Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 add header text to above of right side (images)? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
carrie1 Posted January 29, 2020 Author Share Posted January 29, 2020 Thanks @tuanphan I think I've sorted something out. One last question if that's ok! 🙂 With the code you provided to change the 'ALL' to 'ALL ARTISTS', I've lost the active link color unfortunately. So when someone is on that particular page, it isn't showing the red active link color. it's just grey/fade. Would you know how to add that back? Thanks so much. Carrie Link to comment
inniminni Posted January 29, 2020 Share Posted January 29, 2020 Hey How do you do the same thing ( just need to change 'ALL' to say 'ALL ARTISTS' instead. ) for the template ALAMEDA I tried it like you said up there, but unfortunately it didn`t work. Link to comment
inniminni Posted January 29, 2020 Share Posted January 29, 2020 And also does anybody know how to do a filter for the shop? Not just by categories and tags, but like a proper filter you see on other websites. Website: https://pugsandpigs.squarespace.compasscode: 123456Page: under neon gallery , ceramics Template: ALAMEDA Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 40 minutes ago, carrie1 said: Thanks @tuanphan I think I've sorted something out. One last question if that's ok! 🙂 With the code you provided to change the 'ALL' to 'ALL ARTISTS', I've lost the active link color unfortunately. So when someone is on that particular page, it isn't showing the red active link color. it's just grey/fade. Would you know how to add that back? Thanks so much. Carrie .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; font-size: 20px; color: #bb545e; } 25 minutes ago, inniminni said: Hey How do you do the same thing ( just need to change 'ALL' to say 'ALL ARTISTS' instead. ) for the template ALAMEDA I tried it like you said up there, but unfortunately it didn`t work. difficult to help without site url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
inniminni Posted January 29, 2020 Share Posted January 29, 2020 hey tuanphan, sorry didn't know that. I am all new to this. Website: https://pugsandpigs.squarespace.compasscode: 123456Page: under neon gallery , ceramics Template: ALAMEDA Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 43 minutes ago, inniminni said: hey tuanphan, sorry didn't know that. I am all new to this. Website: https://pugsandpigs.squarespace.compasscode: 123456Page: shop ceramicsTemplate: ALAMEDA Where is "shop ceramics"? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
inniminni Posted January 29, 2020 Share Posted January 29, 2020 https://pugsandpigs.squarespace.com/config/pages/5e26737bd88c7d1ea136e775 under neon gallery , ceramics Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 51 minutes ago, inniminni said: https://pugsandpigs.squarespace.com/config/pages/5e26737bd88c7d1ea136e775 under neon gallery , ceramics a.category-filter-link.category-filter-link-all { visibility: hidden; } a.category-filter-link.category-filter-link-all:before { visibility: visible; content: "All artists"; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
carrie1 Posted January 29, 2020 Author Share Posted January 29, 2020 10 hours ago, tuanphan said: .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; font-size: 20px; color: #bb545e; } difficult to help without site url Hi again @tuanphan Very much appreciate your help. This indeed makes the text red but I'm looking for it to only go read when the page/link is active...like the rest of the list below. Site URL is the same as listing in my original message:Website: https://artbuzz-today.squarespace.com/passcode: todayPage: shopTemplate: Brine THANK YOU! Link to comment
carrie1 Posted January 30, 2020 Author Share Posted January 30, 2020 Hi @tuanphan! Do you know of a way? I'm desperate! 🙂 Link to comment
tuanphan Posted January 31, 2020 Share Posted January 31, 2020 15 hours ago, carrie1 said: Hi @tuanphan! Do you know of a way? I'm desperate! 🙂 Saved question, will check in the next 3-4 days Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted February 1, 2020 Share Posted February 1, 2020 On 1/31/2020 at 6:21 AM, carrie1 said: Hi @tuanphan! Do you know of a way? I'm desperate! 🙂 Try this CSS .ProductList-filter-list-item--all a.ProductList-filter-list-item-link:active:before { color: #bb545e !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
inniminni Posted February 1, 2020 Share Posted February 1, 2020 @tuanphan do you know how to do a filter for the shop? Not just by categories and tags, but like a proper filter you see on other websites. I would like to have one where you can sort by artists and one where you can sort by object. and if you pick a artist and an object at the same time it will show you all plates from that artist or so Website: https://pugsandpigs.squarespace.compasscode: 123456Page: under neon gallery , ceramics Template: ALAMEDA squarespace 7.1 Link to comment
carrie1 Posted February 1, 2020 Author Share Posted February 1, 2020 6 hours ago, inniminni said: @tuanphan do you know how to do a filter for the shop? Not just by categories and tags, but like a proper filter you see on other websites. I would like to have one where you can sort by artists and one where you can sort by object. and if you pick a artist and an object at the same time it will show you all plates from that artist or so Website: https://pugsandpigs.squarespace.compasscode: 123456Page: under neon gallery , ceramics Template: ALAMEDA squarespace 7.1 Hi @inniminni I've seen a few plugins out there with this feature. I seem to locate one of them I had found but here's the second one. Not sure if that helps. https://www.squarewebsites.org/products/universal-filter Link to comment
carrie1 Posted February 1, 2020 Author Share Posted February 1, 2020 11 hours ago, tuanphan said: Try this CSS .ProductList-filter-list-item--all a.ProductList-filter-list-item-link:active:before { color: #bb545e !important; } Hi @tuanphan, Thanks for taking the time on this. This code makes the link the right color upon clicking on it but it doesn't remain that color while that catagory is active on the page. Thanks for your efforts. Much appreciated. Link to comment
paul2009 Posted February 2, 2020 Share Posted February 2, 2020 Hi @carrie1. You currently have this in your Custom CSS: .ProductList-filter-list-item--all a { visibility: hidden; } .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; color: #000; font-size: 18px; } Remove the line that you've included to set the color: color: #000; It should be unnecessary and is overriding the active color. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
carrie1 Posted February 2, 2020 Author Share Posted February 2, 2020 1 hour ago, paul2009 said: Hi @carrie1. You currently have this in your Custom CSS: .ProductList-filter-list-item--all a { visibility: hidden; } .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; color: #000; font-size: 18px; } Remove the line that you've included to set the color: color: #000; It should be unnecessary and is overriding the active color. Hi @paul2009 You're right...it worked. I was starting to pull out my hair trying everything! This quick fix now seems so obvious. THANK YOU! Link to comment
carrie1 Posted March 23, 2020 Author Share Posted March 23, 2020 On 2/2/2020 at 10:39 AM, paul2009 said: Hi @carrie1. You currently have this in your Custom CSS: .ProductList-filter-list-item--all a { visibility: hidden; } .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; color: #000; font-size: 18px; } Remove the line that you've included to set the color: color: #000; It should be unnecessary and is overriding the active color. Hey @paul2009! Curious if you'd know how to change the 'ALL' in the 'Sort & Filter' option on each individual product page? I currently have code to change the 'ALL' to 'ALL ARTISTS' but now I have 3 individual product pages and one of them I would love to say 'ALL PHOTOGRAPHERS' instead of all artists. Website: https://artbuzz-today.squarespace.com/passcode: todayPage: shop-art (photography)Template: Brine Code I currently have: .ProductList .ProductList-title {font-size:16px!important;} .ProductList-outerImageWrapper{filter:drop-shadow(5px 5px 8px #000)} .ProductList-filter-list-item a:hover{color: #E1EA99} .ProductList-filter-list-item--all a { visibility: hidden; } .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; font-size: 18px; } Thank you for any direction you may be able to provide! Link to comment
paul2009 Posted March 23, 2020 Share Posted March 23, 2020 @carrie1 You just need to 'wrap' the existing CSS with something that limits it to a single 'Collection'. A 'Collection' is how Squarespace refer to a 'Page'! You can then repeat the CSS for each Collection, changing the content as needed. For example, the code for All Artists would be modified to this: #collection-5e23480b6570d547549f8f66 { .ProductList-filter-list-item--all a { visibility: hidden; } .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; color: #000; font-size: 18px; } } I've added spacing to emphasise the new code (top and bottom lines) but the spacing isn't necessary. Repeat this for the photographers page using the collection "#collection-5e72aaacdbc5156b756b1275" and modifying the "content" line. Here's a guide that wrote (some time ago!) explaining how to find the Collection IDs and limit your code to affecting a specific page: https://sf.digital/squarespace/how-to-apply-css-to-specific-pages-in-squarespace Hopefully that's clear. Let me know if you need me to clarify anything. Stay safe. Stay healthy. -Paul About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
carrie1 Posted March 26, 2020 Author Share Posted March 26, 2020 On 3/23/2020 at 10:31 AM, paul2009 said: @carrie1 You just need to 'wrap' the existing CSS with something that limits it to a single 'Collection'. A 'Collection' is how Squarespace refer to a 'Page'! You can then repeat the CSS for each Collection, changing the content as needed. For example, the code for All Artists would be modified to this: #collection-5e23480b6570d547549f8f66 { .ProductList-filter-list-item--all a { visibility: hidden; } .ProductList-filter-list-item--all a:before { visibility: visible; content: "All artists"; color: #000; font-size: 18px; } } I've added spacing to emphasise the new code (top and bottom lines) but the spacing isn't necessary. Repeat this for the photographers page using the collection "#collection-5e72aaacdbc5156b756b1275" and modifying the "content" line. Here's a guide that wrote (some time ago!) explaining how to find the Collection IDs and limit your code to affecting a specific page: https://sf.digital/squarespace/how-to-apply-css-to-specific-pages-in-squarespace Hopefully that's clear. Let me know if you need me to clarify anything. Stay safe. Stay healthy. -Paul This is absolutely perfect. THANK YOU! Apologies for the late response as I've been nose deep in other projects and only coming up for air now. Thanks so much for your help and well wishes. Stay well and healthy yourself my friend. Positive spirit and positive attitude will get us through anything. 🙂 Carrie Link to comment
mccallkeller Posted September 29, 2020 Share Posted September 29, 2020 Hey does anyone know who to also change the fonts on the page that shows just one of your products? I can't find it anywhere! Thanks so much for the help. this is one of the pages I'm trying to add my custom fonts to: https://www.andthenjewelry.com/collections/beni-shoga-n8amh thank you in advance! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.