Remove Page Title

This support request was posted in Flatbase by agenta2z

Request ID #6630 In Progress
  • I was wondering what code is required to remove the page title that shows up on each page. I tried the css code found on another support question that did not work?

    Hi,

    Thank you for writing.

    You need to look for the class of the title and then apply a display: none; property.

    For example, on pages:

    .entry-title {
        display: none;
    }
    

    Please have in mind that we cannot bring support on customizations: http://nicethemes.com/article/support-vs-customizations/

    Best,
    Juan.

    Juan,

    Awesome that worked great also how can I remove the the page tag for example “Home / Contact”?

    Hi,

    Thank you for the follow up.

    That section is named breadcrumbs. You can use a CSS snippet like this:

    .nice-breadcrumb {
        display:none;
    }
    

    Best,
    Juan.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server