Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #464172

    Hi,

    I have comments -element and I would like to hide/remove time and “at” -word from comments.

    Username: (Edit)
    23.6.2015 at 18:18

    ->

    Username: (Edit)
    23.6.2015

    And second question, where (maybe php -file) can I found that “(Edit)” word that I can edit that word?

    #464478

    Hey stakavainio!

    Thank you for using Enfold.

    You can add this in the Quick CSS field to hide the time:

    time[itemProp="commentTime"] {
      display: none;
    }

    I’m not sure what you mean by “at”. A link to the post with an example will help. If you want change the “Edit” word, check the includes > loop-comments.php file. Look for this code:

    <?php edit_comment_link(__('(Edit)','avia_framework'),'  ','') ?>
    

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.