• When I scroll down my front page to the area where the blog starts – the whole area looks like a big snowstorm. Any ideas (well, specific directions) about how to change the background to the blog area to something else or to make the background to the site more gray?
    Thanks!
    http://www.StriveLeaders.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    body {
        background: gray;
    }

    Hi , nnouza
    i see the white page in the footer
    look you can change it by writing below code

    .footer{
        background: #F8F8F8;
    }

    but where to write this code
    1- press on plugin , Add new , search for this plugin “My Custom CSS”
    2- press Install and then activate , you will find a new tab on the left side [ my custom css ]
    3- write the above code and press save .

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Background Is Too White’ is closed to new replies.