Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, if you want to remove the page title form the page, find page.php file and remove or comment the code <?php the_title(); ?>. Try once and if not work let me know.

    Note: Child theme is recommended to customize theme.
    Thanks

    Hello,

    You can try this in your Custom CSS for achieving that:

    .page .content h2 {
        display: none;
    }

    Hope that helps you, feel free to ask if there any other problem.

    Thank you.

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