Disable Date/Author/comments when showing blog posts on homepage

This topic is empty.

Viewing 3 reply threads
  • Author
    Posts
    • #1903


      carlos
      Guest

      I’m not allowing comments on the posts so it doesn’t make sense to show a clickable “0 comments”. Apart from this, the Author and date are also not relevant to me and affect negatively the look of my website.

      https://ibb.co/HpFDz50

      Thank you

    • #1904


      Spiracle Themes
      Guest

      Hi Carlos,

      Try this CSS. This will hide all the meta details from the post

      .meta-wrapper{
      display: none;
      }

      Copy and paste it in Appearance -> Customize -> Additonal CSS

      Let us know if you have any questions

      Best Regards

    • #3056


      Heikki
      Guest

      Hi,

      Is it possible to hide comments but leave date and / or author?

      Thanks
      Heikki

    • #3058


      Spiracle Themes
      Guest

      Hi Heikki

      Try this CSS

      .meta-wrapper .meta .meta-item:last-child {
      display: none;
      }

      .meta-wrapper .meta .meta-item:nth-child(2) {
      border: none
      }

      Copy & Paste into Appearance -> Customize -> Additional CSS

      Best Regards

Viewing 3 reply threads

Reply To: Disable Date/Author/comments when showing blog posts on homepage

Your information: