MattDerrick Posted July 19, 2022 Posted July 19, 2022 Site URL: https://www.mattderrick.co Hi there! I am trying to hide the footer and remove scrolling functionality on my portfolio page (the one where the titles appear - in my case I am using 'hover:background' style). I'm essentially trying to create a cover page. I have tried introducing some CSS that removes footer/scrolling functionality but due to the nature of the portfolio module, it also removes scrolling functionality from all the project pages too.... Is there any CSS I can introduce to the site that would only apply to the main portfolio page, and not the project pages? Thank you very much in advance to anyone who might know how to solve this problem! Best wishes, Matt
Beyondspace Posted July 19, 2022 Posted July 19, 2022 4 hours ago, MattDerrick said: Site URL: https://www.mattderrick.co Hi there! I am trying to hide the footer and remove scrolling functionality on my portfolio page (the one where the titles appear - in my case I am using 'hover:background' style). I'm essentially trying to create a cover page. I have tried introducing some CSS that removes footer/scrolling functionality but due to the nature of the portfolio module, it also removes scrolling functionality from all the project pages too.... Is there any CSS I can introduce to the site that would only apply to the main portfolio page, and not the project pages? Thank you very much in advance to anyone who might know how to solve this problem! Best wishes, Matt Try adding to Home > Design > Custom Css #collection-6280953e357b994502225cb2 footer { display: none; } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Solution Beyondspace Posted July 19, 2022 Solution Posted July 19, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
MattDerrick Posted July 21, 2022 Author Posted July 21, 2022 @bangank36 You are the GOAT! Thank you so much for your help! 🙏 I really appreciate you taking the time to look at my site and provide the solution - thank you! Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment