Site logo

[Resolved] Style image in posts

Home Forums Support [Resolved] Style image in posts

Home Forums Support Style image in posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1543937
    Harpreet Kumar

    How can I style CSS om images (only images inside posts) on my blog https://harpreetkumar.com

    I tried to add css but it applies a border around images. But applies to entire website images.

    For example you can see my any post and homepage.

    Kondly help me

    #1544187
    David
    Staff
    Customer Support

    Hi there,

    your site link is not working, can you confirm the URL?

    #1544431
    Harpreet Kumar

    It’s working – https://harpreetkumar.com

    #1544840
    Leo
    Staff
    Customer Support

    Try this CSS:

    body.single .inside-article .entry-content img {
        border: 1px solid #000;
    }
    #1545708
    Harpreet Kumar

    Thanks it’s working 😊.

    #1546667
    Leo
    Staff
    Customer Support

    No problem 🙂

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