• Resolved naplpm

    (@naplpm)


    Hi,

    I’m using your theme for a really simple page, where the background image is almost the most important element, since is basically the home page. I would like to do this image responsive, but I couldn’t find where in the CSS I can change the body.backgroud-image properties, actually I would like to set the background-size to 100%.

    Here the site: https://banhmigos.com/

    Thank you very much.

    Best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author tskk

    (@tskk)

    background is powered by background feature of WordPress Dashboard->Appearance->Background.

    Thread Starter naplpm

    (@naplpm)

    Gotcha, fixed. I added this code on the header:

    <style type="text/css" id="custom-background-css">
        body.custom-background { background-size: 100%; }
        </style>

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive Background’ is closed to new replies.