Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1342780

    Hi,

    i would like to add a background image to the footer on specific pages (not to all, only selected)

    How can i do that for desktop and mobile view?

    Kind regards Jak

    #1342794

    Hey Jak73,

    Thank you for the inquiry.

    Looks like the footer is disabled on the page. If you want to apply a background to the socket or the container where the copyright is located, then you can use this css code.

    .page-id-536 #socket {
        background: url(IMAGE URL HERE);
    }
    

    Best regards,
    Ismael

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