Guest Posted September 19, 2019 Posted September 19, 2019 Every page in my website repeats the banner on top of the page and the text from the home page. Is there any way to remove these things from the footer, without removing them from their intended spots. Squarespace support isn't able to help out with this so appreciate any support that I can get from the community. My website is https://helix-apricots-pabf.squarespace.com
tuanphan Posted September 19, 2019 Posted September 19, 2019 @mudit add to Home > Design > Custom CSS .collection-type-page div#collectionDesc { display: none; } 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!)
Guest Posted September 19, 2019 Posted September 19, 2019 Thanks! That takes care of the text but the banner image still persists. Any way to hide that from the footer?
tuanphan Posted September 20, 2019 Posted September 20, 2019 @mudit add to home > Design > Custom CSS .collection-type-page .image-container.content-fill img { height: 1px !important; } 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!)
M0by Posted November 5, 2019 Posted November 5, 2019 On 9/19/2019 at 2:58 AM, tuanphan said: @mudit add to Home > Design > Custom CSS .collection-type-page div#collectionDesc { display: none; } I'm having the same issue as Mudit but this code is not helping. I want the page description only to show in the homepage and nowhere else, is this what this line of code is suppose to be doing am I understanding it wrong?
tuanphan Posted November 6, 2019 Posted November 6, 2019 19 hours ago, M0by said: I'm having the same issue as Mudit but this code is not helping. I want the page description only to show in the homepage and nowhere else, is this what this line of code is suppose to be doing am I understanding it wrong? Can you share link to your 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!)
Bigjamo Posted February 15, 2020 Posted February 15, 2020 I'd also like to delete this from the gallery pages - but the css didn't work for me. Any ideas please?
tuanphan Posted February 16, 2020 Posted February 16, 2020 12 hours ago, Bigjamo said: I'd also like to delete this from the gallery pages - but the css didn't work for me. Any ideas please? 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Bigjamo Posted February 24, 2020 Posted February 24, 2020 Sorry Tuanphan, here you go...https://www.fieldstudio.uk
tuanphan Posted February 24, 2020 Posted February 24, 2020 53 minutes ago, Bigjamo said: Sorry Tuanphan, here you go...https://www.fieldstudio.uk you mean this section? 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!)
Bigjamo Posted February 24, 2020 Posted February 24, 2020 yeah please, happy for it to just have the image but not the text.
Bigjamo Posted April 7, 2020 Posted April 7, 2020 Hi @tuanphan, did you manage to look at the issue above? Thanks, Steve.
tuanphan Posted April 8, 2020 Posted April 8, 2020 11 hours ago, Bigjamo said: Hi @tuanphan, did you manage to look at the issue above? Thanks, Steve. Add to Home > Design > Custom CSS .view-list div#collectionDesc { display: none; } 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!)
Bigjamo Posted May 2, 2020 Posted May 2, 2020 On 4/8/2020 at 8:13 AM, tuanphan said: Add to Home > Design > Custom CSS .view-list div#collectionDesc { display: none; } Thanks for this @tuanphan it works well for the pages displaying my work. However, it also removes it from the homepage - do you know a way around this? Thanks.
tuanphan Posted May 5, 2020 Posted May 5, 2020 On 5/2/2020 at 10:04 PM, Bigjamo said: Thanks for this @tuanphan it works well for the pages displaying my work. However, it also removes it from the homepage - do you know a way around this? Thanks. Have you solved yet? 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!)
tuanphan Posted May 11, 2020 Posted May 11, 2020 On 5/7/2020 at 5:07 PM, Bigjamo said: no not yet, I don't know how Try adding to Home > Design > Custom CSS .view-list div#collectionDesc { display: none; } .homepage div#collectionDesc { display: block; } 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!)
frame61 Posted July 27, 2020 Posted July 27, 2020 Hi guys Any luck removing the images? I managed to remove the text but the image still appears, thanks!
tuanphan Posted July 27, 2020 Posted July 27, 2020 1 minute ago, frame61 said: Hi guys Any luck removing the images? I managed to remove the text but the image still appears, thanks! Can you share link to your site? We can check easier. 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!)
frame61 Posted July 27, 2020 Posted July 27, 2020 Sure! https://www.rebeccasills.com/ password 1234 Thanks
frame61 Posted July 27, 2020 Posted July 27, 2020 Would still like to keep the images/gifs on the homepage just the project pages I need them removed. I have tried various css snippets but nothing is working
tuanphan Posted July 27, 2020 Posted July 27, 2020 32 minutes ago, frame61 said: Would still like to keep the images/gifs on the homepage just the project pages I need them removed. I have tried various css snippets but nothing is working Remove image on project page? Can you share link to a project? Banner at the bottom of project? https://www.rebeccasills.com/the-most-searched 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!)
frame61 Posted July 27, 2020 Posted July 27, 2020 Yes sorry, the banner at the bottom, the gif that appears on all the project pages as you scroll down to the bottom of the page.
tuanphan Posted July 27, 2020 Posted July 27, 2020 Try adding to Home > Design . Custom CSS .collection-type-gallery .collection-images.index-nav-images { display: none; position: static !important; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.