Can the footer image be changed?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #954197
    Kent Richardson
    Participant

    View post on imgur.com

    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?

    #954565
    Andre Flores
    Moderator

    Hello, 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,
    Andre

    #954736
    Kent Richardson
    Participant

    Thanks for your help Andre, that worked perfectly!

    #956359
    Andre Flores
    Moderator

    Hello, Kent!

    You are always welcome! 🙂

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.