Guest Posted July 26, 2021 Posted July 26, 2021 Site URL: https://plums-raccoon-7bwz.squarespace.com Hey guys, I'm looking to add a pattern that repeats itself all over the background of all the pages of a website I'm making with the Bryant template. Can anyone help with CSS for this? Thanks alot! website: https://plums-raccoon-7bwz.squarespace.com password: boucharel43 Max
tuanphan Posted July 27, 2021 Posted July 27, 2021 23 hours ago, CMonet said: Site URL: https://plums-raccoon-7bwz.squarespace.com Hey guys, I'm looking to add a pattern that repeats itself all over the background of all the pages of a website I'm making with the Bryant template. Can anyone help with CSS for this? Thanks alot! website: https://plums-raccoon-7bwz.squarespace.com password: boucharel43 Max Try adding to Design > Custom CSS /* Site background image */ .section-background, .page-section { background: transparent !important; } body { background-image: url(https://cdn.pixabay.com/photo/2021/01/07/22/15/dandelion-5898546__340.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: transparent !important; } 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!)
Guest Posted July 27, 2021 Posted July 27, 2021 59 minutes ago, tuanphan said: /* Site background image */ .section-background, .page-section { background: transparent !important; } body { background-image: url(https://cdn.pixabay.com/photo/2021/01/07/22/15/dandelion-5898546__340.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: transparent !important; } Thank you @tuanphan, just tried it, doesn't seem to be working?
tuanphan Posted August 2, 2021 Posted August 2, 2021 On 7/27/2021 at 5:18 PM, CMonet said: Thank you @tuanphan, just tried it, doesn't seem to be working? Can you add & keep the code? We will check again 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, 2021 Posted August 5, 2021 23 hours ago, CMonet said: Hey @tuanphan, I've added the code, thank you! Try new code div#siteWrapper { background-color: transparent !important; background-image: url(https://cdn.pixabay.com/photo/2021/01/07/22/15/dandelion-5898546__340.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; } 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.