Viewing 4 replies - 1 through 4 (of 4 total)
  • I think this is what you want? My shop I have a border around the images – fallfordesign.com if you want to look at the CSS.

    .content .entry img, .content .entry a img {
        border: 1px solid #ddd;
        padding: 10px;
    }
    Thread Starter yandoos

    (@yandoos)

    Thank for your reply.

    I’ve tried it and it doesnt make nay change. I then used firebug and found the images are within:

    .product-category grid_item so I added the style to it:

    .product-category grid_item .img{ border: 5px solid #990099;}

    Still no change ??

    If grid_item is a class it should have a . before it. Can you post a screenshot of the markup if it still doesn’t work.

    I suppose you couldn’t make the website live so we can see the css code (via firebug), can you? That link to the local host doesn’t pull for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customise category image borders on shop page’ is closed to new replies.