Free and Premium WordPress Plugins & Themes Forums WordPress Themes Aquentro Can the footer image be changed?
- This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Andre Flores.
- AuthorPosts
- May 14, 2020 at 10:13 pm #954197Kent RichardsonParticipant
The silhouette at the bottom of this theme’s footer is not really appropriate for my property (being rural), I was wondering if it can be changed to something else at all?
I’m pretty new to this and thought it could be customised, but sounds like it might be embedded into the theme itself.
Any way of changing it?
May 15, 2020 at 4:25 pm #954565Andre FloresModeratorHello, Kent!
The footer background image is added via CSS. In order to replace it add the following CSS code under Appearance ->Customize ->Additional CSS:
.site-info::before { background: url("images/footer_skyline.png"); }
Replace images/footer_skyline.png with the direct path to the desired image. You may get the full image path in your Media Library by clicking on the image thumbnail – you will see the path at the right: https://prnt.sc/shgta1.
Regards,
AndreMay 16, 2020 at 3:47 am #954736Kent RichardsonParticipantThanks for your help Andre, that worked perfectly!
May 20, 2020 at 6:52 am #956359Andre FloresModeratorHello, Kent!
You are always welcome! 🙂
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.