Home New Guten Forums WoodMart support forum How can i disable the page titile in BLOG page?

How can i disable the page titile in BLOG page?

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

    wormholetattooeu
    Participant

    Hi

    How can i disable the page title on blog single page? I dont want to disable the page title in blog. However,I want to disable the page title on my single blog page.

    #365190

    Hello,

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

    .single-post .page-title {
        display: none;
    }

    Best Regards

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