Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #742495

    I’ve been searching for a solution, but nothing seems to work. I have the settings marked to ONLY show the post date, but the Category and Comments Count are still displaying. Will post page in question in private content.

    Thanks for any insight.

    #742562

    Hey Sarah,

    use this code inside Quick CSS field:

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

    Best regards,
    Andy

    #743481

    Thanks Andy, however, that did not work. Any other ideas?

    Thanks.

    #743556

    Hi!

    Want to share us exactly which one you want to hide, because Andys’ code does work.
    A screenshot would be really helpful.

    Thanks a lot

    Regards,
    Basilis

    #744455
    #744691

    Hi,

    Thanks for the screenshot. Please try this instead:

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

    Best regards,
    Rikard

    #744875

    Thanks Rikard.. that didn’t work either. No change.

    Any other ideas?

    #744881

    Hi!

    There might be some errors in your custom CSS. Please post your custom CSS here using – pastebin.com

    Regards,
    Yigit

    #744913

    http://pastebin.com/1Xp1b5QH

    Here you go. (Hope I did that right).

    I’ve only added to Quick CSS.. no alterations to the native CSS file.

    Sarah

    #744916

    Hey Sarah!

    It seems like you forgot to close the last media query in your custom CSS. Please replace content of your Quick CSS field with this one – http://pastebin.com/4V8NAh3d and it should work :)

    Regards,
    Yigit

    #744938

    Brilliant!! Thanks so much! It did indeed fix the problem.

    Sarah

    #744944

    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 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Cannot turn off display of "Category" and "Comments Count" in Blog’ is closed to new replies.