content shadow

Support Area Forums Bottega content shadow

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #35999
    Alejandro Paredes
    Participant

    Hi Bill!

    How I can eliminated the shadow in the content box?

    Thanks

    #36002
    Bill Robbins
    Moderator

    Good Morning,

    You can do that. Add this snippet to the Custom CSS box that’s in the Advanced tab of the theme options page:

    
    #wrap {
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }
    

    That should take out the shadow on the content area for you. Let me know if you run into any trouble.

    Have a great day,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘content shadow’ is closed to new replies.