• I was able to change the background color of the footer via CSS, but how do I change the background color of the main widget area?

Viewing 1 replies (of 1 total)
  • Thread Starter helpme_please

    (@helpme_please)

    For anyone else trying to figure this out, I was able to change most of the bar by placing this code in the child theme style.css:

    .widget-wrap { background-color: #726555;

    }
    .widget-area { background-color: #726555;

    }

    This changed the background color of the edges of the main widget area bar and the center of the bar; however, there is still a black space on the top and the bottom of the bar. I am trying to figure out what those spaces are actually called. I’ll report back if I do! In the meantime, I would love any help I can get!!

Viewing 1 replies (of 1 total)
  • The topic ‘Change Color of Main Widget Area’ is closed to new replies.