jaunevermeer Posted August 30, 2020 Posted August 30, 2020 Hi, i would love to know how i could change the background images in the Zion theme. I am able the change the background associated with word but not the background of the section? How should i procced ? This background picture !
Beyondspace Posted August 30, 2020 Posted August 30, 2020 15 minutes ago, jaunevermeer said: Hi, i would love to know how i could change the background images in the Zion theme. I am able the change the background associated with word but not the background of the section? How should i procced ? This background picture ! I dont find a place to change that picture so I suggest you like this, put your image url in place for a specific page (adds to one page only). Pages -> Gear Icon next to the page -> Advanced .section-background img { display: none; } .section-background .section-background-overlay { background: url(https://i.picsum.photos/id/1054/536/354.jpg?hmac=C-B-1df2hvmy_0qxKf1wqa_ireSURi5axW-JrkzG1Ig) no-repeat; background-size: cover; opacity: 1 !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
jaunevermeer Posted August 30, 2020 Author Posted August 30, 2020 Suscribed to a account and it still does this
Beyondspace Posted August 30, 2020 Posted August 30, 2020 Just now, jaunevermeer said: Suscribed to a account and it still does this Please wrap it inside a style tag <style> .section-background img { display: none; } .section-background .section-background-overlay { background: url(https://i.picsum.photos/id/1054/536/354.jpg?hmac=C-B-1df2hvmy_0qxKf1wqa_ireSURi5axW-JrkzG1Ig) no-repeat; background-size: cover; opacity: 1 !important; } </style> BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
jaunevermeer Posted August 30, 2020 Author Posted August 30, 2020 It worked i did not paste it in the right place !
xtrubambinoxpr Posted January 18, 2021 Posted January 18, 2021 On 8/29/2020 at 8:40 PM, bangank36 said: Please wrap it inside a style tag <style> .section-background img { display: none; } .section-background .section-background-overlay { background: url(https://i.picsum.photos/id/1054/536/354.jpg?hmac=C-B-1df2hvmy_0qxKf1wqa_ireSURi5axW-JrkzG1Ig) no-repeat; background-size: cover; opacity: 1 !important; } </style> I am trying to do the same, but why does it have to be CSS code? I have to upgrade my plan for this? That makes no sense and is an inconvenience.
Beyondspace Posted January 18, 2021 Posted January 18, 2021 35 minutes ago, xtrubambinoxpr said: I am trying to do the same, but why does it have to be CSS code? I have to upgrade my plan for this? That makes no sense and is an inconvenience. You can place it as Custom css, it work on personal plan. There is no CMS that can sastify every needs from user, therefore we need custom feature like this one BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.