How can I remove the content background shadow on the home page?

Support Area Forums Epic How can I remove the content background shadow on the home page?

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #16200
    Avatar photosteve rawlings
    Participant

    Hi bill,
    I am attempting again to rebuild our website. I was majorly sidetracked with other projects. How can I remove the content background shadow on the home page?
    Thank you for your help.

    Steve

    steverawlings8@gmail.com

    #16203
    Bill Robbins
    Moderator

    Hello Steve,

    You can take out that shadow. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .wrap,
      body.light .wrap {
           -moz-box-shadow: none;
           -webkit-box-shadow: none;
           box-shadow: none;
      
      }
      
    3. Update your settings.

    That should do it. If you have any questions or trouble, just let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can I remove the content background shadow on the home page?’ is closed to new replies.