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

    Hi there, we are happily using the enfold theme for a new customer. But he likes to get rid of the date and the comment count at the blog template at his starting page.

    I unchecked the »show date« at our enfold child theme, but it still is showing.

    For the Comments count I found the Custom CSS at this thread:

    .blog-categories, .slide-meta-comments {
      display:none !important;
    }

    This works now. But we still want to get rid of the date. Do you have a Custom CSS for this too? Or any other solution?

    Kind regards,
    Renko

    Here is what the blog template looks like now, we want to get rid of everything below the button »Weiterlesen« (=read more):

    • This topic was modified 7 years, 9 months ago by Renko. Reason: Image not showing
    #752935

    Hey Renko,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_elegant-blog .avia-content-slider .slide-meta {
        display: none;
    }
    

    Best regards,
    Yigit

    #752940

    Hello Yigit,

    thank you for your quick response. Works like a charm now.

    Have a nice day,
    Renko

    #752943

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Get rid of »date« and »comment count«’ is closed to new replies.