Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1116880
    Cosawes
    Participant

    I am using ubermenu on the site cosawes.co.uk and would like to drop the logo from the one page http://www.cosawes.co.uk/aerial-tour/ as it is featured on the 360 tour and doesn’t need to be repeated. Loosing it from the header menu will also almost make the page full screen which would also be a desirable outcome.
    Is there some custom css I can add to remove it from just this page?
    TIA

    #1116925
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Sure, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .page-id-1512 .x-brand {
    display: none;
    }
    .page-id-1512 .x-navbar-inner, .page-id-1512 .x-navbar-wrap {
        min-height: 60px;
    }
    

    Then please remove the padding on your first section due to gap.

    Thanks!

    #1117179
    Cosawes
    Participant

    Super job, thank you!
    Have removed the padding but there’s still a gap though. I’ve searched through Section, row and column and cannot find a top padding anywhere?! Strange!
    TIA

    #1117307
    Joao
    Moderator

    Hi There,

    Please add this code:

    body.x-navbar-fixed-top-active .x-navbar-wrap {
         height: 0px !important; 
    }

    Hope it helps

    Joao

    #1117683
    Cosawes
    Participant

    It certainly does.
    Very many thanks, as always.

    #1117735
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1116880 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>