Support » Themes and Templates » How to remove borders from linked images

  • Hi All,

    I’ve recently changed themes to the Stained Glass Theme.

    On my home page I have three gallery pictures that link to different parts of my site.

    They currently have an ugly purple line around them and I’d like to know how to get rid of that.

    I have tried the following code in my Custom CSS plugin but with no joy:

    .example {
    	color: #eee;
    }
    div.gallery-row figure a img.attachment-full {
      background: none;
      border: none;
    }
    a img {
    border: none;
    background: none;
    }*/img.wp-post-image { box-shadow: none; }
    
    .entry-content img, img.wp-post-image {box-shadow:none;}
    
    [class*="wp-image"] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}[class*="wp-image"]:hover {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}
    a img {
      border: none;
      background: none;
    }

    If anyone can suggest any code that might work I’d be grateful 🙂

    My site is here:

    http://www.acatlikecuriosity.com

    Thanks!

    Sarah

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove borders from linked images’ is closed to new replies.