Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #312013

    I disabled the author, comments count, and category from the single blog post but I also want to disable this information from the blog feed. Currently, in the feed, it still displays this info but is removed on the single blog post. I am using the single author (small preview pic) for the layout.

    In the blog feed, I only want the date to be displayed.

    Thanks.

    #312189

    Hi indy1003!

    Thank you for using our theme.

    Try to put the following in Enfold -> Styling -> Quick CSS or in custom.css:

    
    .entry-content-wrapper .post-meta-infos {
    display: none !important;
    }
    

    If it does not work, please send us a link to your page.

    Best regards,
    Günter

    #321351

    Is there anyway to keep just the date??

    #321719

    Hey!

    You can use this if you want to keep the date:

    span.post-meta-infos span {
    display: none;
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.