Home Forums Business Gravity how to remove post meta from homepage & from posts ?

Viewing 3 reply threads
  • Author
    Posts
    • #3124
      Anonymous
      Inactive

      Hello, which CSS codes would remove post meta from homepage and posts ?

      want to remove category, author and comments and leave the date.

      Cheers!

      mrblues

    • #3144
      keonthemes
      Keymaster

      Hello,

      Please copy below CSS code and follow a simple step:

      body .post-content .post-inner .meta,
      body .cat a {
      opacity: 0;
      }

      Go to Dashboard > Appearance > Customize > Additional CSS and paste. Then click on the publish button. That’s it.

      Thanks you.

    • #3159
      Anonymous
      Inactive

      sweet, thanks 🙂

      minor thing, is it possible to remove that whole row where author and comments texts are? sure texts are now off but it has left that row empty there under the post image and it is useless, so could it be removed with some CSS as well ??

      cheers!

      mrblues

    • #3198
      keonthemes
      Keymaster

      Okay. But what about post format icon? Thanks.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.