Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058556
    JP
    Participant

    Hi, where can I remove the page title as i am now using breadcrumbs

    i would like tyo remove from th:
    – pages
    – shop
    – product-category
    – search results
    and product pages

    http://myeternalbeauty.com/

    thanks

    #1058596
    RandeWoo
    Participant

    Hi. Did you use “Disable Page Title” in the bottom of regular page editing screen?

    #1058597
    RandeWoo
    Participant

    And check you uber menu on small screens. Unfortunatly looks crappy. :/

    #1058890
    Friech
    Moderator

    Hi There,

    Thanks for writing in! For your pages use a page template that is Blank.


    screenshot

    For the other pages, add the custom css below on your custom CSS in Customizer

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

    Actually this code affect all the pages.

    Hope it helps, Cheers!

    #1059462
    JP
    Participant

    thanks – the code words a treat

    #1059700
    Rue Nel
    Moderator

    You are most welcome!
    If you need anything else we can help you with, don’t hesitate to open another thread.

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