• Resolved binscout

    (@binscout)


    How can I add a full-sized image-background (no borders at top, bottom, right, left) within my pages with the result that there is the possibility to superimpose content like text on it.

Viewing 1 replies (of 1 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi Binscout,

    Thank you for contacting Styled Themes support team.

    We can keep background image normally by using default featured of WordPress inside background image section of customizer.The image is hidden just behind the background color of page, header, widgets…

    So here you need to remove background color of theme. Here is the example where we are removing page content background:

    body #content {
        background-color: #23282d !important;
    }

    Let us know if you have any doubt on this.
    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Full-sized image-background within pages’ is closed to new replies.