camfont Posted December 1, 2020 Share Posted December 1, 2020 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
tuanphan Posted December 5, 2020 Share Posted December 5, 2020 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment