• rithikloomba

    (@rithikloomba)


    How to remove the title from each page ..Like on clicking the home page it shows HOME in the blue background strip.. I don’t want to see the heading of the page. Just after clicking on the page content should display only. please help. Thanks in advance.
    P.S I’m new on WordPress so please help me out providing the complete details. Thanks..

Viewing 1 replies (of 1 total)
  • CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .breadcrumbflokistyle {
        display: none;
    }

    Then add this to remove the large open space above content

    .flokipost {
        padding-top: 0;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

Viewing 1 replies (of 1 total)

The topic ‘how to remove page title’ is closed to new replies.