Hi. I have managed to remove the large images from my posts with the code below, however on occasion they are showing large on the first page of my blog post and with portfolio images & Testimonials. So I may be missing a few code items. Here is the code I have placed in and what am I missing?
Here is a link to my site:
http://www.lifecleansing.net/blog-tips-for-living/
}
#top.single-post #wrap_all .slideshow_container {
display: none;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs, .post_nav {
display: none;
}
#top.paged .slideshow_container.slide_container_small, #top.category .slideshow_container.slide_container_, #top.category .slideshow_container.slide_container_small, #top.date .slideshow_container.slide_container_small{
display: none !important;
}
#top.paged .slideshow_container.slide_container_big, #top.category .slideshow_container.slide_container_, #top.category .slideshow_container.slide_container_big, #top.date .slideshow_container.slide_container_big{
display: none !important;
}














