[Resolved] Bottom shadow of Primary Navigation in specific page

Home Forums Support [Resolved] Bottom shadow of Primary Navigation in specific page

Home Forums Support Bottom shadow of Primary Navigation in specific page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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.

    #751328
    David
    Staff
    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);
    }
    #751362
    trung

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

    #751369
    David
    Staff
    Customer Support

    Awesome 🙂 Glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.