Home Forums WoodMart support forum Remove page title but keep breadcrumbs

Remove page title but keep breadcrumbs

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #63954

    newK9
    Participant

    Hi, I know you can remove on an individual page the page title in the page settings of the said page but it removes the breadcrumbs. Is it possible to remove the title of the page but keep the breadcrumbs for the said page?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #63992

    Hello,

    If this is not a category page it is possible to do with custom CSS. Please provide your page URL I will prepare CSSS

    Best Regard

    #64091

    newK9
    Participant

    Thank you.

    #64106

    Hello,

    Enter the page editing mode and save this code in the page settings area:

    .entry-title{
    display:none;
    }

    Best Regards

    #64117

    newK9
    Participant

    Excellent worked perfectly!

    Just a quick one. Is it possible to move the breadcrumbs to the left but specifically only on that page? Not the entire site.

    #64143

    Hello,

    Please try this code:

    .page-title .breadcrumbs {
        text-align: left;
    }

    Best Regards

    #65564

    newK9
    Participant

    Thank you worked perfectly

    #65575

    Artem Temos
    Keymaster

    You are welcome!

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Remove page title but keep breadcrumbs’ is closed to new replies.