Hi Swiftideas team,
I’m currently using WordPress 3.9.1 running Neighborhood theme Version 1.71.
Would like to say I’m really satisfied and happy with this theme. Thank you so much for the great job!
I have a couple of issues I need help on as I couldn’t find any solutions.
1. Is there a way I could remove the thin border seen at the side of images on both blog mansory and search results pages? E.g. http://neighborhood.swiftideas.net/blog-standard-with-no-sidebars/blog-masonry-with-no-sidebars/
2. I managed to remove the shadows for all my product images except those on the “Recently Viewed Products” widget. I am currently using the following code but it does not remove them.
.bag-product figure, .woocommerce ul.products li.product figure, #product-img-slider, #product-img-nav li, .woocommerce table.shop_table img, .woocommerce-page table.shop_table img, .mini-list li figure {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
Thank you!