• My site usmlemotivation.com
    I want to remove page title “THE BEST SOURCE OF USMLE MOTIVATION” on front page.
    Can any one help me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi
    Go to Customization > Content ( home, blog, … ) > Blog Design and Content and uncheck “Display a custom heading for your blog”.

    Thread Starter dcsreddy

    (@dcsreddy)

    My static page is a page not posts page.

    Install the “Title Remover” plugin.
    Make sure you tick the box “Hide Title” on the particular page.

    You can put this code in your child theme css:

    .page-title h2 {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove page title.’ is closed to new replies.