Okay
  Public Ticket #2153791
Removing Page Title
Closed

Comments

  •  1
    chisiang1994 started the conversation

    Hi

    I am in the midst of building my eCommerce is website using your theme and it is working great. I have only run into one problem so far which is the fact that I can't seem to remove the page title without also removing the breadcrumb. 

    I have two pages for examples:

    URL: https://kitchenmeow.com/privacy-polices/
    Settings: For this page, I set to show breadcrumb and show title. 

    URL: https://kitchenmeow.com/shop-by-room/
    Settings: For this page, I have set to show breadcrumb and hide title.

    It appears as though the breadcrumb shown on the privacy policy page is considered as a Title instead and is only affected by that option. 

    My general setting found under Modus > Page is https://prnt.sc/p73hdc 
    Though it appears as though whatever settings I have set on this page will be overwritten by the individual pages itself. 

    Please let me know if there is some method to remove the Page title without removing the breadcrumbs. Many thanks. 

  •  608
    WordPress replied

    Hello,

    Do you want to remove the page title in all pages? You can go to Modus > Page -> Hide Title

    3779077940.png

    or you can go to Edit page -> Scroll option Title -> Choose Hide title

    1833218838.png




  •  1
    chisiang1994 replied

    Hi Alex,

    I have set the option on Modus > Page -> Hide Title, and I have also set the individual page to Hide Title. 

    The only issue when I do this is that my breadcrumb is also hidden, despite the options still being set to Show Breadcrumb on the Modus setting and on the individual page setting. 

    I do want the Page Title to be hidden, but not the Breadcrumb. 

  •  608
    WordPress replied

    Hello,

    You can install and aavtive child theme (modus-child). Then, you can add style css in file style.css in child theme.

    .page-title-container {
        display: none;
    }


  •  1
    chisiang1994 replied

    Hi

    How can I get the Modus-child theme? Is it the same one that I used to download from themeforest?


  •  608
    WordPress replied

    Hello,

    You can find it in the package you downloaded from themeforest.




  •  1
    chisiang1994 replied

    Hi Alex

    I have just installed the child theme and input the line that you provided and it works.

    Thanks so much for your help. 

  •  608
    WordPress replied

    Hello,

    Can you take some time to rate our item 5 star in ThemeForest?

    https://themeforest.net/item/modus-modern-furniture-woocommerce-theme/reviews/21278889


  •  1
    chisiang1994 replied

    Not an issue. I have just rated it 5 star. 

    Thanks again for your help. 

  •  608
    WordPress replied

    Thank you so much.