Home › Community Forums › Epik Theme Support › Remove Shadow Boxes › Reply To: Remove Shadow Boxes
November 29, 2013 at 10:55 am
#9211

Moderator
Do you have a link?
You could add this to get rid of the effect –
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
It is probably picking up the shadow from a different part of the css, so adding the code above should work…..but I’d need a link to know for sure.