serrcharles Posted June 25, 2021 Share Posted June 25, 2021 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 Link to comment
tuanphan Posted June 28, 2021 Share Posted June 28, 2021 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
serrcharles Posted June 29, 2021 Author Share Posted June 29, 2021 @tuanphan Hi, and thanks for helping. I tried the code change but it removed both header shadows rather than JUST the one over the Summary Box. It also caused the nav header to scroll up rather than remain fixed. Is there something else I should try? Link to comment
Solution tuanphan Posted July 2, 2021 Solution Share Posted July 2, 2021 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment