• mdivk

    (@mdivk)


    I have a site using this theme, you can see the site here

    I wonder how do I change the background image? it seems the bg is not defined in style.css but generated somewhere else.

    I have the following css:

    body {
        background-color: #59cff4;
        background-image: url("https://50.87.249.87/~extraedu/cn/wp-content/themes/kindergarten/images/leaves.jpg");
        background-repeat: repeat;
    }

    however, it is overriden by the following:

    body.custom-background {
        background-attachment: scroll;
        background-image: url("https://50.87.249.87/~extraedu/cn/wp-content/themes/kindergarten/images/bg.jpg");
        background-position: left top;
        background-repeat: repeat;
    }

    I don’t know where it is from?

    Can anyone share me any light?

    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Dinozoom

    (@dinozoom)

    How to change the background COLOR?
    How to change the background IMAGE?
    VERY easy widh customizer. Go dashboard(wp-admin) > appearence > customize > Colors/Background Image
    And click Save…

    https://en.support.wordpress.com/themes/custom-backgrounds/

    Thread Starter mdivk

    (@mdivk)

    Thanks

    Hi

    Can you please give a tip on how to change the background color – not for the background that’s customizable in theme options, but for the Gray area behind the text in the posts. I can’t find seem to be able to edit the gray to white even in Editor with Stylesheets.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the background?’ is closed to new replies.