• Resolved julieamalje

    (@julieamalje)


    Hello!

    Whenever i try to insert an image in my post, it creates a grey border around the image. Even though the image itself is transparent, i still get the border. Is there a way to remove this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @julieamalje,

    You can remove the border by going to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and adding the following code:

    img.alignleft,
    .alignleft img,
    img.aligncenter,
    .aligncenter img,
    img.alignright,
    .alignright img,
    img.alignnone,
    .alignnone img {
        border: none;
    }

    — Anders

    Thread Starter julieamalje

    (@julieamalje)

    Hi Anders,

    Thank you so much for your quick reply. I followed your steps and it worked flawlessly!

    Again, thank you so much! 😀

    Theme Author Anders Norén

    (@anlino)

    @julieamalje No problem!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove image border’ is closed to new replies.