Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1303565
    Jeremy P
    Participant

    Is it possible to omit my main sidebar from a memberpress registration page?

    http://smartnutrition.ca/register/i-quit-overeating-2/

    #1303801
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    body.single.single-memberpressproduct .x-sidebar {
        display: none;
    }
    body.single.single-memberpressproduct .x-main {
        width:100%;
    }

    Hope that helps.

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