Home › Forums › All Other Themes › Footer Image
- This topic has 9 replies, 2 voices, and was last updated 6 years, 11 months ago by Nazar.
-
AuthorPosts
-
October 24, 2017 at 6:50 pm #86202
Hi,
Is there a way to display image as background on the copyright section and footer combined?
Theme: SKT Complete
October 25, 2017 at 8:20 am #86229Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradOctober 25, 2017 at 5:23 pm #86249www.techexpeditions.com
October 26, 2017 at 12:00 pm #86319Hi,
Kindly go to Appearance >> Editor >> style.css >> scroll down and add this code there.
#footer .center { position:relative; z-index:2;} #footer { background: url(http://www.techexpeditions.com/wp-content/uploads/2017/09/LS-Australis-iced-up.jpg); position: relative;} #footer::after { position: absolute; content: " "; background: rgba(0, 0, 0, 0.7); top: 0; left: 0; height: 100%; display: block; z-index: 1; width: 100%;}
Regards,
BradOctober 26, 2017 at 6:08 pm #86341I have added the following code, and the image is still not displayed, but it did remove the gray color off of footer
October 27, 2017 at 5:14 am #86354Hi,
Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradOctober 27, 2017 at 5:38 am #86358Hi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
BradOctober 27, 2017 at 3:19 pm #86382Thank you, but there are few other issues with it.
1. The image is not been stretched on full screen
2. The image is not covering copy right area
3. How do I change image to something elseThank you
October 30, 2017 at 7:25 am #86477Hi,
This issue was resolved from our end. Kindly check and confirm.
If you want to change the image.
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and change image path:Example:
.footer_wrap.layer_wrapper { background: url(http://www.techexpeditions.com/wp-content/uploads/2017/09/LS-Australis-iced-up.jpg); position: relative; background-size:cover;} .footer_wrap.layer_wrapper { background: url(ADD IMAGE PATH HERE WHAT U NEED); position: relative; background-size:cover;}
Regards,
BradDecember 6, 2017 at 9:31 pm #89096Footer displays “Latest Posts”, is there a way to limit which posts are displayed based on category?
-
AuthorPosts
- You must be logged in to reply to this topic.