hide title

  • Unknown's avatar

    Hi all,
    Can someone help me with this… I tried to hide page title on each pages but when i delete page name that page name disapear from menu bar and this is not what I want. On my admin page there is no option to change css using editor and I really stug now don`t know any other way to remove this page title but keep on menu bar the name. Thank you in advance for any help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    The title in each page shows up because it’s acting as a blog post title.
    Now if you want to hide the title you can do it by using the following code:

    /*
    This will hide the title from the pages as well as blog posts.
    You can remove "!important" code if you are directly editing the existing CSS class(.entry-title) and if you are adding this code at the end of the CSS file then do not remove "!important".
    */
    .entry-title {
        display: none !important;
    }

    NOTE:
    Customizing CSS is a part of the WordPress.com Premium and WordPress.com Business plans. Read more about it here: https://en.support.wordpress.com/custom-css/

  • The topic ‘hide title’ is closed to new replies.