Jump to content

Adding background image to one page in Bedford

Recommended Posts

I have tried every code I can find on this forum. noting works totally. I got to a point where I got the background image on but then all of the text I couldn't see. I tried to add transparent and take down the opacity to no avail. Please help! I know nothing of CSS coding just messing around a bit to see what I can learn. Thanks!

Link to comment
  • Replies 7
  • Views 2.9k
  • Created
  • Last Reply

First, you need to find PAGE ID. See how to: https://beaverhero.com/squarespace-how-to/#HowtoFindPageIDThen add to Home > Design > Custom CSS


body#collection-52d8053ce4b0e26973428261 #siteWrapper {
   background-image: url(http://www.hanoi-office.com/themes/frontend/img/img_about.jpg);
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
}


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

@cmac723 You can insert to Home > Design > Custom CSS with my code (I sent above)

Or if you want to insert to Inject code (Header), use


<style>
my css I sent
</style>

Sometimes you will need add !important to after to CSS work.eg. background-repeat: no-repeat !important;

An element can use a lot of CSS. CSS use Important will have a higher priority.If two CSS use !Important, the below CSS will have a higher priority

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.