Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48522

    horriblehomemaker.com

    How do I get rid of the grey lines under my header, around my photo and separating my posts???

    Thanks.

    #48531
    Sakin
    Keymaster

    @horriblehomemaker: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border under header, around photo and separating posts:

    #page {
        background-color: #fff;
    }
    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
        border: none;
        padding: 0;
    }
    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        border-bottom: none;
        padding-bottom: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can I get rid of grey lines??’ is closed to new replies.