michaelpga Posted March 2, 2022 Share Posted March 2, 2022 Site URL: https://www.nourish.melbourne Hello SquareSpace community, I need help with the layout of my shop page. All other pages on my site contain a title and a sub heading. I would like my Shop page titled 'membership' to follow the same layout - there doesn't seem to be a way to add a subtitle to this page though. Could you please help let me know how I can make this possible - see screenshots attached. www.nourish.melbourne Site password: nm2022 Version 7.1 Thank you kindly in advance! Link to comment
michaelpga Posted March 2, 2022 Author Share Posted March 2, 2022 (edited) 28 minutes ago, michaelpga said: Site URL: https://www.nourish.melbourne Hello SquareSpace community, I need help with the layout of my shop page. All other pages on my site contain a title and a sub heading. I would like my Shop page titled 'membership' to follow the same layout - there doesn't seem to be a way to add a subtitle to this page though. Could you please help let me know how I can make this possible - see screenshots attached. www.nourish.melbourne Site password: nm2022 Version 7.1 Thank you kindly in advance! Edited March 2, 2022 by michaelpga typo Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 Hi. Can you share link to membership? 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
michaelpga Posted March 4, 2022 Author Share Posted March 4, 2022 13 hours ago, tuanphan said: Hi. Can you share link to membership? Hi, sure it's : www.nourish.melbourne/membership Link to comment
tuanphan Posted March 6, 2022 Share Posted March 6, 2022 On 3/4/2022 at 10:22 AM, michaelpga said: Hi, sure it's : www.nourish.melbourne/membership It looks like you added it? 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
C-bear Posted April 26, 2023 Share Posted April 26, 2023 Hi @tuanphan I have the same issue! I would love to add a title and description/subheading to my shop page but don't seem to have the option to add in blocks: https://www.chloebthomas.com Thanks so much Link to comment
tuanphan Posted April 29, 2023 Share Posted April 29, 2023 On 4/26/2023 at 9:45 PM, C-bear said: Hi @tuanphan I have the same issue! I would love to add a title and description/subheading to my shop page but don't seem to have the option to add in blocks: https://www.chloebthomas.com Thanks so much Add here? 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
C-bear Posted May 11, 2023 Share Posted May 11, 2023 On 4/29/2023 at 8:09 AM, tuanphan said: Add here? No under the headings, when you click the different titles I wanted to add a little subheading describing what's on each page. They are all shop pages so the design feels limited. Thanks so much! Link to comment
C-bear Posted May 16, 2023 Share Posted May 16, 2023 @tuanphan please let me know if there is anything I can do about this 🙏 Thank you so much! https://dinner-with-friends.com Link to comment
tuanphan Posted May 20, 2023 Share Posted May 20, 2023 This code for https://dinner-with-friends.com/dinner-with-friends?category=Digital+Downloads If it works, we will send code for other categories Add to last line in Code Injection > Footer <script> if (document.location.pathname.indexOf("=Digital+Downloads") == 0) { document.querySelector('body').classList.add('t-digital-downloads') } </script> <style> body.t-digital-downloads nav.ProductList-filter.ProductList-filter--categories:after { content: "Digital Downloads description sub heading abc xyz"; color: black; } </style> 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
C-bear Posted July 5, 2023 Share Posted July 5, 2023 @tuanphan Thank you so much for your help but when I paste the code into custom css it says syntax error, I couldn't find where 'code injection > footer' is 😞 I would love to be able to add a title & subheading to each different category page on the shop if possible please 🙏 https://dinner-with-friends.com/dinner-with-friends https://dinner-with-friends.com/dinner-with-friends?category=Digital+Downloads https://dinner-with-friends.com/dinner-with-friends?category=Dinner+Al+Fresco https://dinner-with-friends.com/dinner-with-friends?category=Dinner+at+Home https://dinner-with-friends.com/dinner-with-friends?category=Dinner+With+Friends And also on the templates page: (https://dinner-with-friends.com/templates) Thank you so much! Link to comment
tuanphan Posted July 7, 2023 Share Posted July 7, 2023 On 7/6/2023 at 1:05 AM, C-bear said: @tuanphan Thank you so much for your help but when I paste the code into custom css it says syntax error, I couldn't find where 'code injection > footer' is 😞 I would love to be able to add a title & subheading to each different category page on the shop if possible please 🙏 https://dinner-with-friends.com/dinner-with-friends https://dinner-with-friends.com/dinner-with-friends?category=Digital+Downloads https://dinner-with-friends.com/dinner-with-friends?category=Dinner+Al+Fresco https://dinner-with-friends.com/dinner-with-friends?category=Dinner+at+Home https://dinner-with-friends.com/dinner-with-friends?category=Dinner+With+Friends And also on the templates page: (https://dinner-with-friends.com/templates) Thank you so much! Hi, See red note Code Injection in Settings > Developer Tools > Code Injection 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
C-bear Posted July 10, 2023 Share Posted July 10, 2023 @tuanphan Thanks so much, I was able to add this code into the code injection > footer area but still haven't managed to add a heading on the digital downloads page, I'm not sure if I am doing anything wrong or the code isn't working. If you have any other suggestions that would be greatly appreciated 🙏 Thanks so much! Link to comment
tuanphan Posted July 14, 2023 Share Posted July 14, 2023 On 5/20/2023 at 9:56 AM, tuanphan said: This code for https://dinner-with-friends.com/dinner-with-friends?category=Digital+Downloads If it works, we will send code for other categories Add to last line in Code Injection > Footer <script> if (document.location.pathname.indexOf("=Digital+Downloads") == 0) { document.querySelector('body').classList.add('t-digital-downloads') } </script> <style> body.t-digital-downloads nav.ProductList-filter.ProductList-filter--categories:after { content: "Digital Downloads description sub heading abc xyz"; color: black; } </style> The url doesn't exist now. Can you check it again? 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
C-bear Posted July 15, 2023 Share Posted July 15, 2023 On 7/14/2023 at 11:26 AM, tuanphan said: The url doesn't exist now. Can you check it again? Hi @tuanphan oh sorry I'm not sure why, here it is again! https://dinner-with-friends.com/prints?category=Digital+Downloads If this works will I have to add it to multiple store pages? Thanks so much! Link to comment
tuanphan Posted July 18, 2023 Share Posted July 18, 2023 On 7/15/2023 at 7:58 PM, C-bear said: Hi @tuanphan oh sorry I'm not sure why, here it is again! https://dinner-with-friends.com/prints?category=Digital+Downloads If this works will I have to add it to multiple store pages? Thanks so much! Which template do you use? I will try test it on my site 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
C-bear Posted July 18, 2023 Share Posted July 18, 2023 9 hours ago, tuanphan said: Which template do you use? I will try test it on my site @tuanphan I am currently using Indigo, thank you so much! Link to comment
tuanphan Posted July 21, 2023 Share Posted July 21, 2023 Sent new code 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment