Reply To: Header Color

Homepage Community Forums Legacy Theme Support Header Color Reply To: Header Color

#2177
Eric
Customer

    When I mentioned “Link” I was referring to the URL to your Website (which is tomjdolan.com).

    The reason the background doesn’t show is because the “wrap” has a color (white) that shows up on top of whatever background color you choose in the appearance area by default.  To remove this (so the other color shows up) you’ll need to go into your css file and remove the “background-color: #fff;” on or around line 183 in your style.css file.

    It will look like this –

    #wrap {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    }


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com