Replace skyline footer image

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #735854

    How might I replace the theme’s footer image with a custom image?

    #735856

    Nevermind. I found it in the theme’s images sub-directory.

    #736772

    Hi Steve,

    Thank you for your question and for sorting this out by yourself.

    best regards,
    J. Davis

    #744903

    I have the same question, and can`t find the solution.

    #747335

    Hi Mirjana,

    Upload your own png file called footer_skyline.png to wp-content\themes\aquentro\images\ and it will substitute the default one.

    #806267

    Hello,

    I’m not able to replace the skyline image.
    I don’t have the directory wp-content\themes\aquentro\images\ created therefore I cannot replace the image there as you’ve suggested.
    I have uploaded the theme without unzipping the folder.

    Is there any other way to replace the image?

    Thank you in advance for your help.

    #808107

    Hi Catarina,

    You may upload your new image somewhere to server or via media files and use the style below to replcate the image in the footer:

    .site-info:before {
    background: url(wp-content/themes/aquentro/images/footer_skyline.png);
    }

    replacing image URL with your custom ones.

    best regards,
    J. Davis

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