Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219391
    goalsarecool
    Participant

    I’m trying to hide one of the component titles for a page in my membership related to Members. When I remove the title it leaves a large space where the title used to be. Is there a way to hide individual component titles that wont effect others? For example, how would I hide the following

    The Store
    Welcome to The Goals Are Cool store. Please take some time to browse through our items.

    here: https://www.goalsarecool.com/gac-store/

    without removing other component titles

    Thanks!

    #1219439
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .woocommerce .x-header-landmark {
        display: none;
    }

    Hope it helps 🙂

    #1219584
    goalsarecool
    Participant

    What about for Budypress only? (activity and members pages) instead of .woocommerce would it be .buddypress?

    #1219604
    Thai
    Moderator

    Yes!

    .buddypress .x-header-landmark {
        display: none;
    }
  • <script> jQuery(function($){ $("#no-reply-1219391 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>