From where can I remove the grey border on pictures

  • LuboUzunov

    #5547

    Hello again 🙂

    From where can I remove the default grey border on the pictures in the posts? #e3e3e3

    Because I have a pictures with transparent background 🙂

    Anonymous

    #32201

    Add this to Custom CSS or in child theme style.css

    .wp-caption, img {
    border: none;
    }

    LuboUzunov

    #32202

    Nope. Still there… 🙁

    Anonymous

    #32203

    Try this,

    .entry-content img, .wp-caption {
    border: none !important;
    }

    LuboUzunov

    #32204

    Now, the pictures doesn’t want to shows up, but the border is there…

    Anonymous

    #32205

    Sigh! What’s the URL of your site?

    LuboUzunov

    #32206

    bbcitylights.netau.net

    But I trying this on my pc first (localhost)

    BTW the problem with the showing is gone. May be this was my fault…

    See the first picture of this post. The border is still there 🙁

    Anonymous

    #32207

    This should work,

    .entry-content img, .child-page img {
    border: none;
    }

    LuboUzunov

    #32208

    Yes, it works!

    Thank you for everything!

Viewing 9 posts - 1 through 9 (of 9 total)

  • You must be logged in to reply to this topic.