Shadow on the frame

Support Area Forums Bottega Shadow on the frame

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #25784
    Robyn Sealock
    Participant

    Hi

    I am looking to build a site for a client who wants the site to be black background and everything to float – I could do that with this theme except there is a shadow around the main area – is it possible with CSS to remove that shadow so the site sits flat on the page?

    #25787
    Bill Robbins
    Moderator

    Good Morning,

    The shadow is added via CSS to make altering nice and easy. Here’s how to remove the shadow from the site’s wrapper:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #wrap {
      	-webkit-box-shadow: none;
      	-moz-box-shadow: none;
      	box-shadow: none;
      }
      
    3. Update your settings.

    Take care,
    Bill

    #25794
    Robyn Sealock
    Participant

    perfect. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Shadow on the frame’ is closed to new replies.