Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1028665
    Vldmzrnk
    Participant

    Hello,

    I want to remove “The shop” words from this page:

    http://trimey.com/tienda/

    I establish remove page name in the page’s settings but I don’t achieve the effect I want.

    #1028734
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-landmark-breadcrumbs-wrap {
        display: none !important;
    }

    Thanks.

    #1028810
    Vldmzrnk
    Participant

    It removes the words but not the space

    #1028930
    Jade
    Moderator

    Hi there,

    Please try this:

    .post-type-archive-product .x-header-landmark {
        display: none;
    }

    Hope this helps.

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