Tagged: 

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

    I would like to remove the “0 Comments” in my post achieve page, see link in private content. I found a similar question, but the solution to add the following did not work for me. I added the following in my child theme css and cleared cache:

    .avia-content-slider .slide-meta div.slide-meta-comments,
    .avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del {
      display: none;
    }
    #1129505

    Hey guttogjente,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-content-slider .slide-meta .slide-meta-comments,
    #top .avia-content-slider .slide-meta-del {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129513

    Thanks, that worked well! You can close this case.

    #1129516

    Hi guttogjente,

    Glad we could help :)

    We are closing the thread.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove "0 Comments" in blog archive grid’ is closed to new replies.