Remove dropshadow on pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • #14143
    tizbo1423
    Participant

    How can I remove the border and dropshadow around the content on pages?

    #14314
    Takuri
    Participant

    Enter your custom CSS:

    #wrapper {box-shadow:none;border:none;}
    .entry {box-shadow:none;border:none;}

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

You must be logged in to reply to this topic.