Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #131041
    skynet
    Participant

    Hello great team, i have already set border with color #333333 but inside the image you can see other white border i want to delete this border how can i delete it?
    screenshot: https://www.dropbox.com/s/59r4rqqi6e1ws20/Screenshot%202018-02-03%2022.01.48.png?dl=0
    website: tecnologino.com

    #131046
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .attachment-featured-slider-larger.size-featured-slider-larger.wp-post-image {
           padding:0;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    #131054
    skynet
    Participant

    Hello Skandha! Thank you that code work perfect only on homepage but not inside image in article, any idea to remove this white border around image in all page/post ?

    #131060
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .entry-content img {
          padding:0;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #131062
    skynet
    Participant

    Perfect as always!!!!! Great Work Skandha!

    #131063
    Skandha
    Participant

    @skynet: Glad that the issue is resolved. Have a good day!

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How can I remove the White Border Inside Image’ is closed to new replies.