cmac723 Posted July 11, 2019 Posted July 11, 2019 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!
tuanphan Posted July 11, 2019 Posted July 11, 2019 @cmac723 Can you share site url? 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 July 12, 2019 Posted July 12, 2019 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!)
cmac723 Posted July 13, 2019 Author Posted July 13, 2019 OMG you are amazing! I found the body id and put the url in. I know nothing about coding but it didn't work until I put at the end. Do you always put that in the code or only sometimes? Anyway it worked! Thanks so much!!
tuanphan Posted July 13, 2019 Posted July 13, 2019 "until I put at the end"I don't understand this sentence@cmac723 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!)
cmac723 Posted July 13, 2019 Author Posted July 13, 2019 style and /style. It won't let me type it right. :)
cmac723 Posted July 13, 2019 Author Posted July 13, 2019 Now I'm having problems with the pictures being too zoomed in. How would I fix that?
tuanphan Posted July 13, 2019 Posted July 13, 2019 @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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.