Jump to content

Inner shadow on Slide Show and/or shadow on header

Recommended Posts

Site URL: https://fnt-design.com

Hello all– I've been attempting to find somewhere how I might add some inner shadow along the top & bottom of the slideshow-gallery element, or alternatively just a drop shadow on the header.

I've tried to following code for the latter with no luck:

/*Add drop shadow to header*/
.Header {
-webkit-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
-moz-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
}

Thanks!

Link to comment
  • Replies 1
  • Views 521
  • Created
  • Last Reply

Add to Home > Design > Custom CSS

header.Header.Header--top {
    -webkit-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
    -moz-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
    box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
}
main.Index {
    margin-top: 10px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.