Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853409

    Eric
    Participant

    Hey there!

    Is this possible? We use a revslider as a page header and use a transparent navigation for the site but you can’t see it on posts so it looks weird until you scroll down.

    Thanks!

    #853413

    Eric
    Participant
    This reply has been marked as private.
    #853579

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .single-post .x-navbar {
        background-color: rgba(41, 37, 37, 0.9) !important;
    }
    

    Hope that helps.

    #853582

    Eric
    Participant

    Yes that will work. The page title is now under the navbar though. Can you take a look at that?

    Thanks!

    #853779

    Rad
    Moderator

    Hi Eric,

    Please add this as well,

    body:not(.home) .x-header-landmark {
       margin-top: 90px;
    }

    Cheers!

    #853822

    Eric
    Participant

    You guys are JUST AWESOME.

    Thank you!

    #853906

    Rad
    Moderator

    You’re so much welcome 🙂