Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49328
    dnieuwenhuis
    Member

    How can I remove all the borders from all of my pages?

    studiojanse.nl/wordpress
    studiojanse.nl/wordpress/?page_id=22

    Thnx.
    Diederik

    #49342
    Sakin
    Keymaster

    @dnieuwenhuis: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border:

    .hentry, .widget, .no-results, #author-info, #content .error404 {
        background-color: #fff;
        border: medium none;
        position: relative;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove borders’ is closed to new replies.