Jump to content

Looking to add a pattern image In the background (Bryant)

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

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!)

Link to comment
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?

Link to comment
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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.