Widget background

How I can add a background image to my footer on www.ferlito.it?
Thank you guys!

Hi There,

Thanks for writing in!

if you want to add the image background to the widget area please add this CSS to your Theme Option -> Global CSS.

.x-colophon.top {
background-image: url (image url) !important;  /* add your image URL here */
}

if you want to add the image background to the bottom footer please add this CSS to your Theme Option -> Global CSS.

.x-colophon.bottom{
background-image: url (image url) !important;  /* add your image URL here */
}

Hope this helps!

Hi Basanta and thank for the quickly answer but exactely where I put the image URL, inside brackets or at the end and how?
Regards

Hi There,

Thanks again for asking!

Please add the URL inside the brackets. Just upload the image in the media uploader.

After upload copy the url and paste over there.

Hope this helps!

It’s right?

.x-colophon.top {
    background-image: url(http://www.ferlito.it/wp-content/uploads/2018/07/background_offre_carte.png) !important;  /* add your image URL here */
}

Hi there,

That is correct.

You should be able to confirm it when you try the code in the Global CSS.

You can find more information about CSS backgrounds here:

https://www.w3schools.com/css/css_background.asp

Hope this helps.

Don’t work anyway

Hi there,

I have checked your site and it looks like you placed an incorrect code.

Kindly make sure you add the complete and correct code. I have formatted correctly the code you have previously posted. Kindly copy and paste the entire code block.

Hope this helps.

Work! Thank you!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.