Site logo

[Resolved] How to remove shadow effect from comments and widgets

Home Forums Support [Resolved] How to remove shadow effect from comments and widgets

Home Forums Support How to remove shadow effect from comments and widgets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2478142
    Anonymous

    Hello,

    How I can remove shadow effect around boxes of comments and sidebar widgets?

    Thanks and Happy New Year,

    Sara

    #2478177
    David
    Staff
    Customer Support

    Hi there,

    in the Customizer > Additional CSS – Delete this:

    
    .inside-article, .sidebar .widget, .comments-area {
        border-right: 2px solid rgba(0, 0, 0, 0.07);
        border-bottom: 2px solid rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }
    #2478183
    Anonymous

    Hello David,

    That worked perfectly, thank you!! 🙂

    #2478295
    David
    Staff
    Customer Support

    You’re welcome

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