• Question 1: When I change the background image and color in the customizer nothing happens. Anyone know why? I’ve probably screwed something up somewhere, but I have no idea what.

    Question 2: How can I change the color of the home page top widget area? The area that is default salmon.

    Thanks all

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jillian,

    For question 2, you can change the color in the stylesheet. You must be able to customize the css to do this. If you can, go to the editor and search for #home-page-widgets. The background color is #d9534f, but you can change it to whatever you want. You may also want to change
    .basic .home-jumbotron .middle-circle {
    color: #d9534f;
    }
    to match.

    I had the same problem with the background not showing, but I had changed my header.php which may have thrown it off. If I remember how I fixed it, I’ll let you know.

    To change the BG of the by default Salmon Home Page Widget I installed the plugin Easy Custom CSS and put

    .basic #home-page-widgets {
    background: #d9534f;
    }

    then you just have to change #d9534f to whatever color you want.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘backgrounds and colors’ is closed to new replies.