Home › Forums › Support › Bottom shadow of Primary Navigation in specific page This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 8, 2018 at 1:57 am #751255 trung Hi GeneratePress. I use this code of an other topic to make bottom shadow of Primary Navigation: /*Bottom shadow of main menu*/ #site-navigation { position: relative; margin-bottom: -35px; box-shadow: 0px 10px 10px rgba(249,249,249,1); } It works well. But I want to know how to disappear bottom shadow in some specific page, such as Homepage. Please support me. December 8, 2018 at 4:47 am #751328 DavidStaff Customer Support Hi there , try this: body:not(.home) #site-navigation { position: relative; margin-bottom: -35px; box-shadow: 0px 10px 10px rgba(249,249,249,1); } December 8, 2018 at 5:54 am #751362 trung Love your great theme and your great support. Thank you, David. December 8, 2018 at 5:57 am #751369 DavidStaff Customer Support Awesome 🙂 Glad to be of help. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In