Home Forums WoodMart support forum How to disable title in the page, but keeping the breadcrumb?

How to disable title in the page, but keeping the breadcrumb?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #135357

    ab
    Participant

    How to disable title in the page, but keeping the breadcrumb? plz refer to the attached image

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .page-title .entry-title {
        display:none;
    }

    Best Regards

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