Jump to content
Sign in to follow this  
chules

How to remove all borders and shadows around the feature

Recommended Posts

chules

I am working on a site and they wish to remove the borders and shadows around the feature. See site here. The wish to have full slide images that are white with graphics in the centers and have the effect that the graphics are just rotating on the site. In other words no shadow or boxes around the feature at all. Just white images blending into the white site background. See site here http://www.markorciuoli.com I have read through some of the posts on the site and can't seem to figure this out even using firebug. Any assistance is greatly appreciated. Thank you chules

Share this post


Link to post
Share on other sites
bxbmedia
Try adding these to your stylesheet or custom css [code] #features #feature_slider { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0; background: none; } #features #feature-area { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } [/code]

gl hf

Share this post


Link to post
Share on other sites
chules
That did it!! Thank you

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

Sign in to follow this  

×