• Resolved aformal

    (@aformal)


    A white border is showing up around a picture with a link to another page.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author biplob018

    (@biplob018)

    I see, there have box shadow conflict with your theme style while if you add image wit link there will be border around the image.

    You can solved this issue with custom CSS like

    .entry-content .oxi-addons-container a img,
    .comment-content .oxi-addons-container a img,
    .widget .oxi-addons-container a img {
    -webkit-box-shadow: 0 0 0 0px #fff;
    box-shadow: 0 0 0 0px #fff;
    }

    Thread Starter aformal

    (@aformal)

    Thanks you!

    Hello, I have border color problem on image. I want to remove border color from images. Please help. Here is the link of the page- https://hansd17.sg-host.com/onze-smaken/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White border on picture with link’ is closed to new replies.