Home Forums WoodMart support forum Remove the blog title from blog post

Remove the blog title from blog post

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

    veptune
    Participant

    Hello,

    As you may now, in each post of the blog, the title of the blog is displayed (as h3) before the title of the post itself (which is a h1). I want do remove the entire title section of the blog. I only want the post title, the H1, to be displayed.

    I don’t know how to it in CSS, but I want to do it in PHP, something like

    if(page is blog post)
    {
    not display the <div class=”page-title …
    }

    I want not only the H1 to not be displayed, but the entire div, as it takes too much space.

    If you don’t want to tell me how, could just tell which file should I put this code ?

    thanks

    #294007

    Hello,

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

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

    Best Regards

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