Home Forums WoodMart support forum Hide Page Title – But Retain Page Title Image

Hide Page Title – But Retain Page Title Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367377

    IanB
    Participant

    I want to remove a certain page title from the header but I want to display a page title image banner, there is no option to do this ?

    #367511

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .page-id-12037 h1.entry-title.title {
    display: none;
    }

    Best Regards

    #367561

    IanB
    Participant

    Thanks

    There seems to be a breadcrumb showing also ? Can this be removed ?

    #367600

    Hello,

    Please replace the previous CSS with the following then check back.

    .page-id-12037 h1.entry-title.title, .page-id-12037 .breadcrumbs {
        display: none;
    }

    Best Regards

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