Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2146873
Hide comments
Closed

Comments

  • Anais started the conversation

    Hi there, 

    I don't want to allow any comments in my blog and therefore disabled this feature. Nevertheless, the number of comments (of course always zero) shows up in the blog post overview below the title as well as the blog article itself. 

    How can I hide the number of comments as well?

    Thank you for your help!

  •  1,845
    Elated replied

    Hello,

    When i tried to visit your site its look like that:

    5105930828.png

    If i understand you, you want to remove this section which shows number of comments:

    9159682112.png

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-post-info .eltd-post-info-comments {
        display: none !important;
    }
    

    Kind Regards,

    Milica


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Anais replied

    Hello Milica, 

    thanks for the quick response. It worked, they are now hidden. 

    Unfortunately the "/" after the comment number is still there, see attachments. 

    And could you also tell me how to hide the likes next to it?

    Thank you for your great support!

    Anais

  •  1,845
    Elated replied

    Hello,

    You're welcome!

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-blog-holder article .eltd-post-info>div:not(.eltd-post-info-author):after {
          display:none;
    }
    

    Please let us know if there is anything else we can do for you, thanks!

    Kind Regards,

    Milica



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Anais replied

    Hello, 

    the "/" is gone now, thank you! But the likes are still present. 

    Could you tell me how to hide them as well or disable this feature?

    Thank you!

    Anais

  •  1,845
    Elated replied

    Hi,

    Go to Appearance -> Customize -> Additional CSS and paste the code below.

    .eltd-like {
        display: none;
    }
    .eltd-blog-like.eltd-post-info-item {
        display: none !important;
    }

    Let us know if there's anything else we can help you with.

    Cheers,
    Johnny


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Anais replied

    Thank you, it worked great!


  •  1,845
    Elated replied

    You're welcome,

    Let us know if there's anything else!

    Also, if it’s not too much trouble, we’d really appreciate if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads 

    This way you’ll be helping us improve our support services and make them even more efficient. 

    Thank you in advance!

    Best Regards,
    Milos


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.