How to get rid of the shadow of outer container

Viewing 2 posts - 1 through 2 (of 2 total)
  • #12457
    cornelia
    Participant

    I could get rid of the wooden background of the theme. Does anyone know how to get rid of this shadow around the outer frame? Help would be very much appreciated! I want the container blend into the background color without optical borders!

    #12589
    cornelia
    Participant

    I found the solution!
    Add into the style.css in your child theme:
    #wrapper {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.