Viewing 3 replies - 1 through 3 (of 3 total)
  • Vamsi

    (@mannemvamsi)

    Use custom css plugin or child theme to do the following changes

    .page {
        background: #fff; /* white */
    }
    body {
       color: #111;  /* black */
    }
    h1, h2, h3, h4 {
        color: #111; /* black */
    }

    Note: I just changed body and h tags color, if you have other elements please do verify.

    .page {
    background: #fff;
    }

    .page h1,
    .page h2,
    .page h3,
    .page h4,
    body {
    color: #111;
    }

    Thread Starter ravina14

    (@ravina14)

    Thank u so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘i cant change background color of my website’ is closed to new replies.