Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336253
    Noellemena
    Participant

    I want to hide the entire right side of certain pages. This would be hiding the entire header, Navigation stacked fixed right as you will see.

    I want to hide it on Learndash Pages as I am using Cornerstone to build them out on this particular site. All the CSS I am finding in the forum is not working. Leaving sample link below and login.

    THANK YOU!
    Noelle

    #1336260
    Noellemena
    Participant
    This reply has been marked as private.
    #1336366
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    body.x-navbar-fixed-right-active.sfwd-courses-template-default {
        padding-right: 0;
    }
    
    body.sfwd-courses-template-default .x-navbar {
        display: none;
    }

    We would loved to know if this has work for you. Thank you.

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