nathansmith91 Posted August 5, 2019 Posted August 5, 2019 I am using Five as a template and would like to make the canvas background completely transparent to show the background image. How would I do this in CSS? I've tried the following code but am not able to change the transparency. canvas { background: transparent); }
tuanphan Posted August 5, 2019 Posted August 5, 2019 @nathansmith91 Five Template has NO canvas tag, so your CSS won't work. You want change Page Background Image or...? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
nathansmith91 Posted August 5, 2019 Author Posted August 5, 2019 seen at finch-maroon-2zzj.squarespace.comI'm trying to remove the background color so only the brick background shows. The site styles allows for a background image and color. But it doesn't give an option to remove the white color seen in the center on the homepage.
tuanphan Posted August 5, 2019 Posted August 5, 2019 @nathansmith91 Please share access password. See how to setup password: https://beaverhero.com/squarespace-how-to/#HowtoSetupPasswordShareSiteURL Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted August 5, 2019 Posted August 5, 2019 @nathansmith91 Add to Home > Design > Custom CSS /* Transparent Main Content */ body.canvas-setting-site-width #canvas-wrapper { background: transparent; } /* Transparent Header */ div#navigation-top { background: transparent; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.