Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1231017
    PeterBeer2
    Participant

    Hi X-Theme Team,

    i want to Disable the dates on comments on my Videos.

    Here is the example: http://www.achtsamkeitsacademy.de/index.php/free-videos-1

    I allready set up a Child-Theme if there must be any changes there.

    Thank you for your Support.
    Peter 🙂

    #1231096
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .wc-comment-date {
        display: none;
    }

    Hope that helps.

    #1231107
    PeterBeer2
    Participant

    Thank you. It Works BUT the Text starts not at the left (as normal)

    See here: http://www.achtsamkeitsacademy.de/index.php/free-videos-1

    #1231150
    Thai
    Moderator

    Hi Peter,

    Please try with this CSS instead:

    #wpcomm .wc-comment-date {
        display: none;
    }
    #wpcomm .wc-comment-text {
        clear: both;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1231017 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>