Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #23758
    cpoli
    Member

    Is it possible to remove the borders around the images in posts?

    http://www.faye-hall.info

    #23862
    Bouncedancer
    Participant

    Faye — sorry, can’t help u, but that’s one beautiful website! Have u tried to google your question?

    #23874
    Sakin
    Keymaster

    @cpoli: If you are talking about the border in our image inside the caption box then you can add the following css in “Appearance => Theme Options => Custom CSS” box to remove it.

    .wp-caption {
        background: none transparent;
        max-width: 100%;
        padding: 0;
    }
    #23900
    cpoli
    Member

    @Sakin, thanks again that was perfect. @Bouncedancer, thanks for the site feedback many hours have been spent developing my site.

    #28167
    koh
    Member

    Would you like to tell me how to remove the borders, drop shadows around all the images in this site?

    http://keziyajones.jp/

    #28228
    Sakin
    Keymaster

    @koh: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main img,
    #main img.size-full, 
    #main img.size-large, 
    #main img.wp-post-image { 
        border: none; 
        padding: 0; 
        max-width: 100%;
    }

    But if you are talking about Webstagram image in your sidebar, then you an further add the following css.

    #main .media-grid a {
        border: none;
        box-shadow: none;
    }
    #28241
    koh
    Member

    Hello Sakin.
    Thank you very much. I solved the problem about posting images.
    But I couldn’t solve the problem on images of Webstagram.

    #28285
    Sakin
    Keymaster

    @koh: Sorry, I just check in your site and found that you are using iframe code for images of Webstagram. So, we cannot overwrite it. You are getting that border from that iframe code which calls in the css as http://widget.stagram.com/css/bootstrap2.min.css

    #28320
    koh
    Member

    @Sakin
    I’d like to say thank you for your kindness.
    So you mean, I can’t change or touch the iframe code and have to give up.
    Is that right?

    #28370
    Sakin
    Keymaster

    @koh: Yes the css in iframe code is controlled from the iframe code creator. That is why they use iframe.

    #28394
    koh
    Member

    @Sakin: Thank you. Now I understand.

    #34190
    maevamena
    Member

    Hi Sakin,

    How did Faye (first comment above) get the whole background image?

    Thanks!

    Maeve (http://69.195.124.223/~forevft4/)

    #34211
    Sakin
    Keymaster

    Hi Maeve,

    I am not sure about what you are talking about. If you are talking about how to add background image then you can go to “Appearance => Background” and then upload your image.

    Regards,
    Sakin

    #59601
    gregowenza
    Member

    Hi @sakin, please can you assist me in removing all the borders from my website, just around the posts and the gallery. URL: http://www.arclighting.co.za/

    #59672
    Sakin
    Keymaster

    @gregowenza: I see that you have already remove borders from your content. So, any other things that I need to help you with.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Image borders’ is closed to new replies.