[Resolved] coloring sidebar

Home Forums Support [Resolved] coloring sidebar

Home Forums Support coloring sidebar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #697595
    Maxwell

    I’ve tried for hours but can’t figure out how to fill white into the gap between the top of the footer and the bottom
    of the left sidebar menu. Apologies if this is a duplicate, but I don’t know if I entered a support ticket properly on this.

    Here are things I’ve tried unsuccessfully so far:
    .inside-left-sidebar { background: #FFF; }
    setting the body color to white
    .sidebar { background: #000000; }
    inserting a white image in the left sidebar

    #697621
    Maxwell

    This is a screen grab of the problem:
    Clockwise: blue menu, white body, transparent (grey) sidebar, grey outside of page

    #698091
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .site-content {
        background-color: #ffffff;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #698278
    Maxwell

    That worked perfectly, and so simple, thank you very much πŸ™‚

    #698289
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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