Reply To: Remove Shadow Boxes

Homepage Community Forums Epik Theme Support Remove Shadow Boxes Reply To: Remove Shadow Boxes

#9211
Wes
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.