• Resolved AMREric

    (@amreric)


    How can I remove the border around all pages?

    I’ve tried #container {border: none;} but that doesn’t work. I can move the pages around by adding padding and margins to #container but setting the border does nothing.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter AMREric

    (@amreric)

    So long as I am asking for help. I’d also like to remove the border that is added around the content of each page.

    Theme Author ronangelo

    (@ronangelo)

    The #container doesn’t have a border you’re probably referring to the box shadow.
    box-shadow: none;

    I’d also like to remove the border that is added around the content of each page.

    .blog-view,
    .single-view {
       border: none;
       box-shadow: none;
    }
    Thread Starter AMREric

    (@amreric)

    Thank you very much.

    Thread Starter AMREric

    (@amreric)

    just marking as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove border around pages’ is closed to new replies.