Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1129950
    Ann
    Participant

    Hi Theme X!

    I’m setting up the plugin MemberPress and it is set to automatically use post pages for all “account pages” and therefore add the “About the Author” at the bottom. Is there a way to disable the author piece on these specific pages? I still want it to be displayed on all my blogs, just not on pages like this one –> http://calispine.com/register/exercise-library/

    Let me know.

    Thanks a lot!

    Ann

    #1129985
    Thai
    Moderator

    Hi There,

    To remove it, please add the following CSS under Customizer > Custom > Global CSS:

    .postid-2857 .x-author-box.cf {
        display: none;
    }

    Hope it helps ๐Ÿ™‚

    #1129990
    Ann
    Participant

    Thanks for the reply, but that didn’t help, not after adding ‘!important;’ either..

    #1130044
    Thai
    Moderator

    Hi Ann,

    You forgot to close the curly bracket(}) in your custom CSS.

    Please find this:

    @media (max-width: 480px){
        #slide-1-layer-2 > div {
            font-size: 8vw !important;
            line-height: 8vw !important;
        }
    /*MemberPress */
    
    .postid-2857 .x-author-box.cf {
        display: none;
    }

    And replace with this:

    @media (max-width: 480px){
        #slide-1-layer-2 > div {
            font-size: 8vw !important;
            line-height: 8vw !important;
        }
    }
    /*MemberPress */
    .postid-2857 .x-author-box.cf {
        display: none;
    }

    Let us know how it goes!

    #1130047
    Ann
    Participant

    Oooopps my bad!!

    Thanks so much ๐Ÿ™‚

    #1130383
    Rue Nel
    Moderator

    Youโ€™re welcome!
    We’re glad we were able to help you out.

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