• Resolved Morinne

    (@morinne)


    Hello,

    Love your theme. Can you please tell me how to remove the tiles on the pages but keep the breadcrumbs?
    I found this CSS from another question on the forum, however it removes the breadcrumbs with the title.

    .enigma_header_breadcrum_title {
    display : none;
    }

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @morinne

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .enigma_header_breadcrum_title h1 {
      display: none;
    }

    Hope it will help you.
    Thank you.

    Hi,

    Firstly thanks for using weblizar’s theme.

    For your issue, Go to Appearance > Customize > Additional CSS and add the below code and save the changes.

    .enigma_header_breadcrum_title h1 {
        display: none;
    }
    ul.breadcrumb {
        margin-top: 20px;
    }

    Let us know if any query.

    Thanks.

    Thread Starter Morinne

    (@morinne)

    Perfect. Thanks.

    You’re most welcome.

    If you like our support please rate and review here.

    Thanks.

    Pete

    (@capitaldigital)

    Hello, I have the same issue but the above CSS does not seem to work. The page titles are still appearing. How do I remove the page titles?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove page Titles and Keep breadcrumbs’ is closed to new replies.