• Hey,

    Someone know how to make auto size background image for child theme ? Already had search in google for some tips, but nothing usable…

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter jakkuftw

    (@jakkuftw)

    Hello,

    I use in style.css:

    html {
    	background: url(images/background.jpg) no-repeat center center fixed;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
    }

    Remove background image from menu and leave some bg color, because if I remove color, borders in each side dissapier.. So I have problem, website show color, but with dev tools if I remove bg with color, my img shown correctly..

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is this a separate issue?

    Thread Starter jakkuftw

    (@jakkuftw)

    WordPress overwriting my image with Backround Color in WP Appearance options..

    Yes it’s seperate.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As this is a separate issue, create a new thread for it. This will increase the likelihood of receiving help.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Auto resize background’ is closed to new replies.