ryanmariehelfant Posted April 6 Share Posted April 6 Hello, When I click on my gallery blocks on my site, it goes to the correct gallery but displays a 'PREV/NEXT' tab at the bottom which I want to disappear. Does anyone have Custom CSS I can use on my page to hide this 'PREV/NEXT' tab? Thank you! @tuanphan @michaeleparkour @ Link to comment
abibacon Posted April 6 Share Posted April 6 Hey @ryanmariehelfant, can you share a link to your site so that we can provide this code? Squarespace Developer based in Hampshire, England If you'd like to make a contribution for my time you can Buy Me A Coffee. Link to comment
ryanmariehelfant Posted April 8 Author Share Posted April 8 @abibaconwww.ryanmariehelfant.com and click on any of the images and it will take you to the gallery blocks and you will see the 'prev/next' controls at bottom right! Link to comment
ryanmariehelfant Posted April 10 Author Share Posted April 10 Hey @abibacon @tuanphan Following up here?! Thank you! Link to comment
abibacon Posted April 11 Share Posted April 11 Hey @ryanmariehelfant, sorry for the delay, have been off for Easter. Try this Custom CSS #projectPages .project-controls { display: none; } tuanphan 1 Squarespace Developer based in Hampshire, England If you'd like to make a contribution for my time you can Buy Me A Coffee. Link to comment
ryanmariehelfant Posted June 20 Author Share Posted June 20 Hey @abibaconthis did not work! any other ideas? Link to comment
ryanmariehelfant Posted June 20 Author Share Posted June 20 Hey @tuanphan any idea here on alternate CSS code as this did not work to hide PREV/NEXT icon on my page! Link to comment
tuanphan Posted June 22 Share Posted June 22 On 6/21/2023 at 12:19 AM, ryanmariehelfant said: Hey @tuanphan any idea here on alternate CSS code as this did not work to hide PREV/NEXT icon on my page! Add this to Design > Custom CSS /* hide prev next */ div#projectNav { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ryanmariehelfant Posted July 26 Author Share Posted July 26 Hey @tuanphanthat worked but now there is text 'Back To Selected Films' that is now appearing at the bottom of my Gallery Blocks when I click on them. Is there a way to also get rid of that? Thank you! Link to comment
ryanmariehelfant Posted July 26 Author Share Posted July 26 @tuanphanI have attached an image of the 'BACK TO SELECTED FILMS' which appears on all of my gallery blocks. I am trying to hide this from appearing. Thank you! Link to comment
Solution tuanphan Posted July 27 Solution Share Posted July 27 13 hours ago, ryanmariehelfant said: @tuanphanI have attached an image of the 'BACK TO SELECTED FILMS' which appears on all of my gallery blocks. I am trying to hide this from appearing. Thank you! Add to Design > Custom CSS /* remove back to */ .project-controls { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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