MattDerrick Posted July 19, 2022 Share 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 Link to comment
Beyondspace Posted July 19, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Solution Beyondspace Posted July 19, 2022 Solution Share Posted July 19, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
MattDerrick Posted July 21, 2022 Author Share 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 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