Reply To: Changing the header background colour and gap between slider

Homepage Community Forums Ally Theme Support Changing the header background colour and gap between slider Reply To: Changing the header background colour and gap between slider

#8336
Wes
Moderator

    I just added the gray background color to the .head-wrap as mentioned earlier….like this –

    .head-wrap {
        background: #838383;
        color: #666;
        padding: 0 0 0px;
    }

    So just do that same thing in your css and adjust as needed.