Home Forums WoodMart support forum Prefooter isn’t applied by the page background image

Prefooter isn’t applied by the page background image

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

    TapisCaravane
    Participant

    Hi, is there a way to extend the page background image into the prefooter ? (without having to manually add the prefooter to each and every page)

    Attachments:
    You must be logged in to view attached files.
    #637346

    Hello,

    The prefooter section has a separate background and does not automatically extend the page background image into it. Unfortunately, there is no built-in option to merge both backgrounds seamlessly.

    However, you can achieve a similar effect by adding a background image to the prefooter using custom CSS.

    .wd-prefooter {
        background-image: url('https://via.placeholder.com/150');
        background-size: cover;
        background-position: center;
    }

    Please change the image URL. You can upload your desired image to the media library in WordPress and copy the link to replace the dummy URL. This will set the background image for the prefooter section.

    Best Regards,

Viewing 2 posts - 1 through 2 (of 2 total)