[Resolved] Remove color border widget

Home Forums Support [Resolved] Remove color border widget

Home Forums Support Remove color border widget

  • This topic has 7 replies, 3 voices, and was last updated 4 years ago by David.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1238121
    M

    Hi,

    How do I remove the border around the widget: #custom_html-5 on my site? Thank you!

    #1238338
    David
    Staff
    Customer Support

    Hi there,

    It looks like you fixed this ? Let me know.

    #1239227
    M

    It’s still there. It is a very light gray but it is there.

    #1239315
    Leo
    Staff
    Customer Support

    Not seeing a border either. Here is the CSS for that widget:
    https://www.screencast.com/t/qaWI7hPjbpA

    What is it that you want to remove?

    #1239430
    M

    It must be the shadow! How can I remove it? Thank you.

    #1239641
    David
    Staff
    Customer Support

    Aah ok – in Customizer > Additional CSS – remove this:

    .inside-article, .sidebar .widget, .comments-area {
        border: 0px solid rgba(232, 234, 237, 1);
        box-shadow: 0 0 1px rgba(232, 234, 237, 0.5);
    }
    #1243632
    M

    Thanks! That worked

    #1244041
    David
    Staff
    Customer Support

    You’re welcome

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