kmstrangeMUA Posted April 5, 2020 Share Posted April 5, 2020 Site URL: https://www.kristinelizabethmua.com Hello, I am trying to add a background image to be added to my footer on my website. I would like to overlay a social media block over the image. Does anyone know a way to not only add a background image to the footer of your website, but whether or not that would change how you add the social media block to the footer. I'm doing a full refresh of my website & trying to get a few custom things done, but this is one things I'm unable to find. I've attached an image of kind of what I'm trying to do, whether or not the font overlay is happening doesn't matter. Unless of course, it's actually easier to code overlaying text over the social media block. Either way would be awesome! Thank you! Link to comment
tuanphan Posted April 5, 2020 Share Posted April 5, 2020 Can you share link to your site? it is https://www.kristinelizabethmua.com/contact ? 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
kmstrangeMUA Posted April 5, 2020 Author Share Posted April 5, 2020 Hi! Yes, thats the link to my site https://www.kristinelizabethmua.com - however, I am currently editing the template I'm working on, so I have a cover page active & so what I'm looking for would be applied to the newly coming homepage, which will be https://www.kristinelizabethmua.com/home (which is what it is normally) Link to comment
tuanphan Posted April 5, 2020 Share Posted April 5, 2020 Add to Home > Design > Custom CSS div#footerBlocksBottom { background-image: url(https://beaverhero.com/wp-content/uploads/2020/02/facebook-chatbox-min.png); background-size: cover; background-position: center center; background-repeat: no-repeat; } 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
kmstrangeMUA Posted April 5, 2020 Author Share Posted April 5, 2020 Ok so I do see part of the image, but it looks like maybe this part of the template code is disrupting it. because I only see a small portion of the image. Could that be the issue of why the image isn't showing in its entirety? .Footer-blocks--middle { padding-left:100px; padding-right:100px; background-color: #ffffff; } .Site { overflow-x: hidden; overflow-y:hidden; } Link to comment
tuanphan Posted April 5, 2020 Share Posted April 5, 2020 Can you add image first? Difficult to helpt without see image 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
kmstrangeMUA Posted April 5, 2020 Author Share Posted April 5, 2020 Facepalm. I figured it out. The code was for the Bottom Footer Block. I switched it to middle & now it's perf! Link to comment
kmstrangeMUA Posted April 5, 2020 Author Share Posted April 5, 2020 This is how I edited the code to make it work: div#footerBlocksMiddle { background-image: url(https://beaverhero.com/wp-content/uploads/2020/02/facebook-chatbox-min.png); background-size: cover; background-position: center center; background-repeat: no-repeat; } Thank you so much! You were a MASSIVE help! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.