Jump to content

How to REMOVE DROP SHADOW from Testimonial Slider Header

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://www.theplatinumplan.com/

Hi, 

I'm creating one of the DIY Testimonial Sliders but a drop shadow plugin I used for the Header is also being displayed at the top of the Summary Box showcasing the testimonial. Is there any way to constrain the drop shadow to just the top navigation header only?

- First testimonial is in a Text Box, Second is in a Summary Box
- PW for site is wompwomp

Screen Shot 2021-06-25 at 10.39.53 AM.png

Link to comment
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

In Custom CSS, find this code

Header {
    box-shadow: 0px 3px 15px rgb(100 100 100 / 29%);
    -moz-box-shadow: 0px 3px 15px rgba(100,100,100,.29);
    -webkit-box-shadow: 0px 3px 15px rgb(100 100 100 / 29%);
    position: relative;
    z-index: 4;
}

change Header to header#header

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
  • Solution

Add to Design > Custom CSS

/* remove summary shadow */
div#block-yui_3_17_2_1_1624640729212_5182 header {
    box-shadow: none !important;
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.