How to remove border & shadow from single image

  • Author
    Posts
  • #8142
    Peter Lurie

    Hi!
    Thanks for this theme.
    Can you guide me how to remove the boorder & shadow from an individual image? imageSeven sets these specs, but I can’t work out how to get rid of these for just this image.
    The html is:
    LWA_Chop_stars2

    I can’t figure out the CSS to remove it.

    Many thanks in advance.
    Peter

    #8146
    Zed
    Cryout Creations mastermind

    Add a class on the image, for example class=”borderless”

    Then go to the custom CSS field and add in
    img.borderless { border: 0 !important; padding: 0 !important; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to remove border & shadow from single image’ is closed to new replies.