Turn off Title and Breadcrumb on landing page

Home Forums Jevelin Theme Turn off Title and Breadcrumb on landing page

Home Forums Jevelin Theme Turn off Title and Breadcrumb on landing page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • pp1000
    Participant

    I have chosen to make the blog the landing page. I am using Header 5. How can I turn off the title of the page and the breadcrumb on the landing page (but keep it on the other pages)?

    Thank you.

    Hi @pp1000,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    pp1000
    Participant

    Shared in the private field.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home .sh-titlebar {
        display: none;
    }

     

     

    pp1000
    Participant

    This removes the entire titlebar. But I would like to remove the title of the page and the breadcrumb path only.

    Ok then just to remove it please use the below custom CSS code instead of above shared CSS code.

     

    .home .titlebar-title,
    .home .title-level{
        display: none;
    }
Viewing 6 posts - 1 through 6 (of 6 total)