Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #144906
    Steven
    Participant

    As a thankyou to Sakin from Catch Themes who helped me out I’m posting a solution for learners like me.

    Although I saved my images as transparent GIFs or PNGs the rectangular border still showed up.

    I added the following text in “Appearance => Customize => Additional CSS” box:

    .page .entry-content img {
    box-shadow: none;
    padding: 0;
    border: none;
    }

    Borders are now transparent.

    #144938
    Skandha
    Participant

    @catchthemes: Thank you for posting the solution. I hope this helps out people having the same issue.
    Have a good day!

    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove the rectangular border on transparent images’ is closed to new replies.