Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    In your theme’s Custom CSS area you can try adding this:

    .site-header {
        margin-bottom: 0px;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
    }

    You can adjust the shadow by generating the code from this side: https://www.cssmatic.com/box-shadow

    Thread Starter korenoren9

    (@korenoren9)

    great!
    that work for the header
    how can i add a shadow to the hole main area?

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