ToServe 0 Posted July 24 (edited) Hi there Does anyone know how to remove a content block from a page which has been set up with a background image? I created a 404 page for my site but I can't seem to remove the white strip caused by a content block and our friends at Squarespace have confirmed it requires css to remove. You can find the example here >> https://www.toserve.co/question Any help would be gratefully received! Cheers! Edited July 24 by ToServe Initial Revision Share this post Link to post
tuanphan 6,143 Posted July 24 @ToServe Add to Home > Design > Custom CSS body#collection-5d37a1d37efe1200015b81db main.Main.Main--page { display: none; } Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
ToServe 0 Posted July 24 Thank you for commenting @tuanphan ! If my site already has custom css in it does it matter where I add this code? (does it need to be in lines 1-3 or would lines 221-223 be ok? Thank you again! Share this post Link to post
ToServe 0 Posted July 24 Thank you for commenting @tuanphan ! If my site already has custom css in it does it matter where I add this code? (does it need to be in lines 1-3 or would lines 221-223 be ok? Thank you again! Share this post Link to post
tuanphan 6,143 Posted July 24 @ToServe Add to last line Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
ToServe 0 Posted July 24 perfect - thank you! It did the trick! I really appreciate your help! Share this post Link to post
tuanphan 6,143 Posted July 24 @ToServe Each CSS will have different priority. CSS written in the bottom line will have a higher priority than the top line. Also, you can add !Important so that it has a higher priority, no matter where it is (eg. font-size: 20px !important; Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post