• Hi there,

    Is there any way to remove the author and date under the title of the post and home page (but leaving the number of comments)?

    my website: habitudes-sante.com

    Many thanks in advance! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter s7m

    (@s7m)

    anyone…?

    Theme Author invictusthemes

    (@invictusthemes)

    hello s7m,

    thanks for using our theme. unfortunately the theme doesn’t support that kind of functionality. but you can achieve it by adding a small line of css to display none the tweo items that you’ve mention.

    here how you can do it.

    .home ul.meta-info li:nth-of-type(1n+2) {display: none;}

    there you have it, now on hompage there should be comments left.

    thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove date and author under the title’ is closed to new replies.