• In the side bar I have the “Pages” widget.
    There is a grey line at the top and bottom.
    How do I remove it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Login to your dashboard, then in customizer > additional css, add this css snippet:

    .widget {
        border-bottom: 0;
    }

    This will fix both the lines.

    Thread Starter doofustoo

    (@doofustoo)

    WONDERFUL!! Worked great!
    Thank you VERY much
    john

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove grey line in sidebar’ is closed to new replies.