[Resolved] Gray background on outside content edges

Home Forums Support [Resolved] Gray background on outside content edges

Home Forums Support Gray background on outside content edges

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1301986
    Zach

    I’ve checked all the Color settings in the Customizer and can’t figure out where the light gray background is coming from on the left and right page edges. I want all of these areas to be plain white.

    https://drive.google.com/file/d/1sREkyM5PJzTERywSiKZg9fpRnl6ZhZWA/view?usp=sharing

    #1302011
    David
    Staff
    Customer Support

    Hi there,

    its the Box Shadow being added by this CSS in Customizer > Additional CSS:

    .inside-article, .sidebar .widget, .comments-area {
        box-shadow: 0 0 60px rgba(0,0,0,0.05);
    }

    Remove that to see the difference

    #1302021
    Zach

    Ahh thanks!

    #1302215
    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.