• Resolved tobberz

    (@tobberz)


    Border appears around linked images.
    I’ve tried to find support for this from others but noone else can work out what is happening.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @tobberz,

    In order to create the link, of course, the plugin needs to add an HTML A-TAG to your image.

    However, your theme seems to add a white shadow around the images. You will need to go to your Theme > Customizer > CSS, and use this:

    .entry-content a img {
        box-shadow: none !important;
    }

    That will work ??

Viewing 1 replies (of 1 total)
  • The topic ‘White border’ is closed to new replies.