Site logo

Archived topic

Bottom shadow of Primary Navigation in specific page

3 replies · Started by trung on December 8, 2018

Viewing posts 1–4 of 4

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.

Hi there ,

try this:

body:not(.home) #site-navigation {
    position: relative;
    margin-bottom: -35px;
    box-shadow: 0px 10px 10px rgba(249,249,249,1);
}

Love your great theme and your great support. Thank you, David.

Awesome :) Glad to be of help.

This archived topic is closed to new replies.