HEXY123 Posted March 12, 2023 Posted March 12, 2023 Hi - I would like to have the same background picture on the blog page of my site as the rest of my site. I have an ocean background throughout at www.hex-development.com but can't find how to put the same background on the blog page. Can anyone help please?
Solution tuanphan Posted March 16, 2023 Solution Posted March 16, 2023 Add to Design > Custom CSS body[class*="type-blog"] { background-image: url(https://images.squarespace-cdn.com/content/v1/635d0687434dcc204d74ef76/1673190846931-KDBD0SYH138LND6FWMAJ/unsplash-image-ZWPerNlqUu0.jpg?format=original); background-repeat: no-repeat; background-position: center; background-color: transparent !important; background-size: cover; } body[class*="type-blog"] .section-background, body[class*="type-blog"] .section-border, body[class*="type-blog"] section { 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!)
HEXY123 Posted March 16, 2023 Author Posted March 16, 2023 Thank you so much @tuanphan, you're a legend.
HEXY123 Posted March 25, 2023 Author Posted March 25, 2023 Hi again @tuanphan, thanks for the help with this. Is there a way of making the background opacity 50%, in line with the rest of the site please?
HEXY123 Posted March 26, 2023 Author Posted March 26, 2023 Ignore this question @tuanphan i've decided to change the design! thanks again for your help though. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment