dlanyon 0 Report post Posted September 19, 2012 Hi there, I need some help removing the shadows around my images....this page is a good example...http://www.defenceupdate.mdanational.com.au/in-focus-2/ Many thanks! Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted September 19, 2012 Hi, Try adding this to your custom CSS: .post-meta .c_img, .hentry .c_img { padding: 0 !important; } [/CODE] Please search our forums, before posting! Share this post Link to post Share on other sites
dlanyon 0 Report post Posted September 20, 2012 Thanks Danny - this worked. Just wondering where the coding for the image background can be found? Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted September 20, 2012 Hi, I apologise but I am not quite what you're referring to when you say "Just wondering where the coding for the image background can be found?" Please search our forums, before posting! Share this post Link to post Share on other sites
dlanyon 0 Report post Posted September 20, 2012 Sorry Danny, I realise this wasn't clear. My thumbmail images have a curved corner on the top left and bottom right and now that the padding has been removed, I can still see a grey background behind the image which I would like to remove - you can see what I mean on this page....http://www.defenceupdate.mdanational.com.au/category/case-book/...particularly the image next to "How Restrained are You". Share this post Link to post Share on other sites
mackenzie 12 Report post Posted September 23, 2012 I'm not sure if this was resolved but when I view your site I see a white background in the thumbnails, not gray and this is coming for this piece of code: .post-meta .c_img { background-color: #FFFFFF; } I also wasn't sure if you meant that you wanted the boarder removed and if you did this is where it's pulling from: blockquote, input, textarea, .searchform .searchfield, .wp-caption, #soapbox .fboxinfo, .post-meta .c_img, ul.sf-menu ul li { border-color: #DEDEDE; } If this has been resolved, please let us know and I will mark the topic resolved. Mackenzie - PageLines Help Desk The Centsible Family - Writer, Photographer and Coffee Addict --------------------------------------------------- Kindly search this forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. Share this post Link to post Share on other sites
ginnywills 0 Report post Posted September 26, 2012 I am having the same problem and when I use the custom code suggested, nothing happens. http://www.audaciousgroup.com/dev/clients/ I also want to take the border & shadow off the quick slider I have on each page and can't figure that out either. Would very much appreciate your help. Thanks! Ginny Share this post Link to post Share on other sites
batman 389 Report post Posted September 26, 2012 Hi For quick slider you can try .fslider { box-shadow: none; border-radius: none; } Life is too short to remove USB safely ... Share this post Link to post Share on other sites