Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    mhaddock,

    The shadow is not coming from IntelliWidget. It is being generated from CSS elsewere in your theme.

    Right-click the image, and select “Inspect Element” to view the underlying CSS that is generating this border. Then remove the box-shadow rules from the CSS selector block.

    It is most likely something like

    .widget img { box-shadow: 0 0 2px #000; }

    or similar style.

    Plugin Author lilaeamedia

    (@lilaeamedia)

    mhaddock,

    Hopefully you were able to find and change the CSS causing the shadow border. I am closing this ticket. If you have any further questions please let us know.

    Thanks,

    -jf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove image border’ is closed to new replies.