nick_colvill Posted May 10, 2022 Posted May 10, 2022 Site URL: https://www.juratinc.com/insights/2022/5/10/jurat-inc-achieves-soc-2-type-1-compliance I'm currently using the following code (below) to add an image overlay to the background of my footer footer { background-image: url(https://static1.squarespace.com/static/5a171571f9a61edc99d5981e/t/626cc600c5414a740a314f34/1651295745685/Website+footer.png); } Everything looks great regarding the footer on all pages, BUT the image is also displaying as a separate footer to blog posts as seen in the link provided. It shows up in the area where tags and social likes appear. Is there any way to prevent this from happening?
tuanphan Posted May 13, 2022 Posted May 13, 2022 The footer class name appear on both footer + blog metadata. You need to use this new code footer#footer { background-image: url(https://static1.squarespace.com/static/5a171571f9a61edc99d5981e/t/626cc600c5414a740a314f34/1651295745685/Website+footer.png); } nick_colvill 1 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!)
nick_colvill Posted May 17, 2022 Author Posted May 17, 2022 Wow, that worked and definitely made me feel like a klutz for it being such an easy fix! Big thanks for the help tuanphan! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment