Removing the Page Title

Home Support Blog Way Removing the Page Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6859
    Anonymous
    Inactive

    Hello!

    Is there a way to remove the page title on each page? Like the “Home” at the top of the Home page and the “Blog” at the top of the blog page?

    Here is what I am talking about: https://i.imgur.com/1tpj1dD.png

    Also, here is the link to my page: https://www.holisticwomenshealing.com

    #6860
    ProDesigns
    Keymaster

    Hi @mozzie610

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to hide title of page:

    .page header.entry-header h1{
        display: none!important;
    }

    To hide category and archive prefix you can go to Appearance >> Customize >> Theme Options >> Post Options and select ‘Hide prefix in archive pages’

    Hope it will help you.

    Thanks.

    #6861
    Anonymous
    Inactive

    Thank you! That worked!

    Is there a way to remove the box around the content on that page as well?

    #6862
    ProDesigns
    Keymaster

    Hi @mozzie610,

    You are using Elementor page builder to add content on that page. Please remove box from builder you are using.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.