• Resolved housejunky

    (@housejunky)


    I’m trying to make the white area on my background turn to black. I’ve tried everything so far and nothing seems to work. I’m just starting to learn so PLEASE any help is greatly appreciated!!

    Here is my website so you can see the “white” are I’m talking about.
    http://www.housejunky.ca

    Thanks so much!!!

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

    (@realblueorange)

    Try adding:

    #featured {
        background-color: #000000;
    }

    to your style.css.

    Preferrably in a child theme…

    Thread Starter housejunky

    (@housejunky)

    WOW! I knew it would be something as simple as that but you saved me from another 5 hrs of tutorials. Thank you SO MUCH!!

    allm

    (@realblueorange)

    For your other pages you might try:

    #wrapper {
        background-color: #000000;
        color: #ffffff;
    }

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

The topic ‘Front-page.php HELP!?!?’ is closed to new replies.