I am trying to get my image:
http://i64.tinypic.com/30upxsm.png
to only be seen in the bottom right corner of my main (home) page (in the 2nd footer/footer copyright area):
http://i64.tinypic.com/30upxsm.png
Please advise
This topic has 8 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
I am trying to get my image:
http://i64.tinypic.com/30upxsm.png
to only be seen in the bottom right corner of my main (home) page (in the 2nd footer/footer copyright area):
http://i64.tinypic.com/30upxsm.png
Please advise
Hello,
You can add your own content there in Dashboard->Appearance->Widgets->Footer Copyright and Footer Links sidebars. See screenshot: http://prntscr.com/b0g96j
Regards,
Robert Hall
Now it’s showing like this:
http://i63.tinypic.com/21l8oes.png
This is NOT what I want. I want the image to come through the entire bottom not just one widget…
I want it to appear in the back of this:
I tried this code:
.page-wrapper {
background-image: url(‘http://daladaniels.com/wp-content/uploads/2016/05/bg-body.png’) !important;
background-repeat: no-repeat;
background-position: right bottom;
}
but it’s not working… as a matter of fact, none of my custom css codes will work…
Hello,
Try to add the following code in custom.css file.
.wpb_flickr_widget{
background-image: url('http://daladaniels.com/wp-content/uploads/2016/05/bg-body.png') !important;
background-repeat: no-repeat;
background-position: right bottom;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
That code didn’t work though I fixed it on my own, thanks anyway.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Homepage Background’' has been successfully resolved, and the topic is now closed for further responses