Home Forums Free Themes Signify Dark Change color of bars on either side of header image on 4K monitor

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #190118
    rpalmer68
    Participant

    When I view my site on a 4K monitor, there are grey bars (same color as widget boxes) on each end of my header image.

    The header seems to be scaled to 1920 wide so on a monitor with a higher resolution, the extra space on the sides are grey not black.

    Is there some css codee to make these bars black?

    https://www.lccb.org.au/

    Thanks
    Richard

    #190137
    Psink
    Keymaster

    You can add this CSS in the additional CSS

    .custom-header{
    background-color: #000;
    }

    #190146
    rpalmer68
    Participant

    That’s all it needed, thanks very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.