• Resolved Samuel

    (@sjturnm)


    I’m having some difficulty locating the css that controls the custom background. I want to add a value that allows me to scale it to 100%.

Viewing 1 replies (of 1 total)
  • Theme Author vee

    (@okvee)

    @samuel

    please add this code in header.php of the theme.

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

    this will make background size full page. It works only browser that support css 3

Viewing 1 replies (of 1 total)
  • The topic ‘background image width’ is closed to new replies.