• i want to hide post title from my home + category + search results i want title only show in single post view so if someone click on my post thumbnail and single post view open then my title show up ther any css for this task???? i realy need that ty for help

    https://hotgirlhub.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in, you can try using a custom CSS code. Add the following code under Appearance > Theme Options > custom CSS:

    .home .type-post h1.entry-title {
      display: none;
    }

    Hope this helps!

    Thanks.

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    but its onlu hide title from home page but it i click on category or search title show up again i just want title show in single post view ??

    Hi there,

    Please be more certain about your requirement. Though, if you want to hide title form the category single page, so you can use the following code under your custom CSS:

    .single .entry-title {
      display: none !important;
    }

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide post title from my home category search’ is closed to new replies.