Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11698
    Marianne
    Member

    I know it has been asked before, but I have not found a solution; please help me in how to remove the border from my images in both:
    http://gindrup.dk/citchcatch/?p=15
    and
    http://gindrup.dk/citchcatch/

    I have in theme options – custom CSS added:
    /* Remove Box Shadow in images */
    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: none; }
    #content .gallery .gallery-icon img { border: none; }

    Thanks 🙂
    Marianne

    Thanks

    #11718
    Sakin
    Keymaster

    @Marianne: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .wp-caption, #main #content .post-img a { border: none; }

    #11739
    Marianne
    Member

    Sakin – thank you ever so much.
    It worked and I am very grateful.
    Marianne

    #12700
    Marianne
    Member

    Hi again,
    You helped me with the above, but it seems like it is only working when the picture has a caption – is it possible to have CSS for pictures whithout caption?

    Thanks,
    Marianne

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing borders from images’ is closed to new replies.