Home Forums WoodMart support forum how to disable and enable post title

how to disable and enable post title

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

    Hello
    how to disable and enable post title on single post ?

    #212820

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To hide the title for the single post. Please try and add the following Custom CSS in the Global Custom CSS area under

    Theme Settings >> Custom CSS.

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

    Best Regards.

Tagged: 

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