Jump to content
dlanyon

How to remove box shadows around images

Recommended Posts

Danny

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

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

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

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×