-
-
Hello,
I found this custom CSS on here for adding an image for the footer region of my tower themed site. Can somebody assist if there is a different way, as this isn’t working. Thank you.
footer#footer .inner { background-image: url("https://www.windows-andmore.com/2016wp/wp-content/uploads/2016/10/wam-skybkg.jpg"); background-color: rgb(34, 34, 34); background-size: cover; background-position: center center; background-repeat: no-repeat; }Thank you.
-
Hello,
I tried to add the custom css to your site’s footer via inspect element and it does work. Please see screenshot. Try to add
!importantto it and try again. It will become like this:footer#footer .inner { background-image: url("https://www.windows-andmore.com/2016wp/wp-content/uploads/2016/10/wam-skybkg.jpg") !important; background-color: rgb(34, 34, 34) !important; background-size: cover !important; background-position: center center; background-repeat: no-repeat !important; }Let us know.
Best regards!
-
Here is what I added ::
/*jQuery(document).ready(function(){ footer#footer .inner { background-image: url(https://www.windows-andmore.com/2016wp/wp-content/uploads/2015/10/wam-original-bkg.jpg) !important; background-color: rgb(34, 34, 34) !important; background-size: cover !important; background-position: center center; background-repeat: no-repeat !important; } });*/It still isn’t showing up? Thanks.
https://www.windows-andmore.com/2016wp/ -
Hello,
You are adding the code in the wrong place. I see the
/*jQuery(document).ready(function(){so i assume you added it into the Custom JS Code or Tracking Code which is not correct. This is a css code so it should be added into the Custom CSS Box in your General Options. See screenshot.Best regards!
-
You must be logged in to reply to this topic.