[Resolved] Border everytime I add an image to a post

Home Forums Support [Resolved] Border everytime I add an image to a post

Home Forums Support Border everytime I add an image to a post

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1188747
    Leo
    Staff
    Customer Support

    Not really as you are using Elementor.

    Are you always using size-full images?

    If so you can try this:

    .single-post .site-content img.size-full {
        outline: 1px solid #000;
    }
    #1189456
    Sebastián

    That took away every border from the images 🙁

    #1189502
    David
    Staff
    Customer Support

    Use this CSS to remove the outline from the Featured image:

    .single-post .elementor-widget-theme-post-featured-image img {
        outline: none;
    }
    #1189750
    Sebastián

    Thank you so much!!!!

    #1190561
    David
    Staff
    Customer Support

    You’re welcome

    #1190562
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.