• Might someone be able to help me figure out how to add drop shadows to the middle column of this site so that it looks similar to this?

    I was looking at a few plugins that make drop shadows, but they seemed to be more for creating boxes with drop shadows, rather that being able to add shadows to existing objects.

    Thanks for your help.

Viewing 1 replies (of 1 total)
  • Not exactly sure what you want – did not see a center column. To add a drop shadow, you use the box-shadow css property.

    You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    #rightcolumn {
       box-shadow: 10px 10px 5px #888888;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to Add Drop Shadows to Middle Column of Page?’ is closed to new replies.