Reply To: Change header color

Homepage Community Forums Epik Theme Support Change header color Reply To: Change header color

#9877
Wes
Moderator

    Yes, since you’re using the Epik theme it would be the .head-wrap that you would change in your css. If you haven’t made any changes to your css file already, it should be located on line 1872 by default –

    .head-wrap {
        background: #303236;
        margin: 0 0 40px;
    }