thegingerlab Posted June 14, 2021 Share Posted June 14, 2021 Site URL: https://www.thegingerlab.com/blog Hey everyone, Trying to change the background of my blog page to a fixed image using custom code, but to no avail. I'm using the Horizon template of the Pacific family. Does anyone know how to do this? Any help much appreciated! Cheers! Link to comment
tuanphan Posted June 15, 2021 Share Posted June 15, 2021 Hi. Add to Design > Custom CSS /* blog list page background */ body.collection-type-blog.view-list #siteWrapper { background-image: url(https://cdn.pixabay.com/photo/2021/01/28/08/51/girl-5957398__340.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; } thegingerlab 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
thegingerlab Posted June 15, 2021 Author Share Posted June 15, 2021 6 hours ago, tuanphan said: Hi. Add to Design > Custom CSS /* blog list page background */ body.collection-type-blog.view-list #siteWrapper { background-image: url(https://cdn.pixabay.com/photo/2021/01/28/08/51/girl-5957398__340.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; } You're the best! Thanks 😉 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment