Dutch_Touch Posted November 11, 2022 Share Posted November 11, 2022 (edited) Hello all Since Squarespace does not feature a way to hide Portfolio blocks, I'm wondering if there's code that can help me do just that. My ultimate goal is to use the portfolio as a landing page for different photoshoots and events. While working on the individual items, it occurs to me that in its current state I'd have to take the entire portfolio down each time I work on a new page (don't want people browsing to see unfinished web pages). The code I'm looking for simply hides any named portfolio item I designate, in this case the folder "shakedown" at the end of the page. dutchtouch.us/portfolio-1 Thank you for reading! Edited November 11, 2022 by Dutch_Touch Site url didn't appear in question Link to comment
helloVlad Posted November 12, 2022 Share Posted November 12, 2022 Use .portfolio-grid-overlay .grid-item:nth-child(1) { display: none; } Use this to quick hide what you're working on. Replace the (1) with which ever number the project is Link to comment
Dutch_Touch Posted November 13, 2022 Author Share Posted November 13, 2022 14 hours ago, helloVlad said: Use .portfolio-grid-overlay .grid-item:nth-child(1) { display: none; } Use this to quick hide what you're working on. Replace the (1) with which ever number the project is just gave this a shot, just appears as text at the top of the screen Link to comment
Dutch_Touch Posted November 13, 2022 Author Share Posted November 13, 2022 16 hours ago, helloVlad said: Use .portfolio-grid-overlay .grid-item:nth-child(1) { display: none; } Use this to quick hide what you're working on. Replace the (1) with which ever number the project is wait nevermind I was putting the code in the wrong place! Thank you!!! tuanphan 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