• Resolved ernunziato4

    (@ernunziato4)


    Hi guys,

    I want to remove the edge shadows from the posts and pages. Can anyone share the CSS with me, and specify if I need to find it in the style.css or just paste it into the “custom CSS & Code” section of theme customization.

    TIA!

Viewing 1 replies (of 1 total)
  • Theme Author ceslava

    (@ceslava)

    Hi,

    Try this code on the “custom CSS & Code”

    #content, #sidebar {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Remove drop shadows from posts and pages’ is closed to new replies.