• Hello,

    Question 1:
    How can I change te text “You may Also Like”, halfway of the page.
    (I know how to switch it on/off)

    Question 2:
    At the comments there is “6 thoughts on “Name-blog”.
    How can I change “6 thoughts”?

    Question 3:
    When someone has posted a comment it says:

    Yvonne Post author
    28 november 2020 at 19:49
    Permalink

    How can I change “post author” (and what does it mean?) and “Permalink”?

    Thank you ??

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Looking for the same.

    Where is the code of “You may Also Like”?

    Thread Starter Irene112

    (@irene112)

    No one?!

    Hey @irene112

    We apologize for the delay. Could you please provide us the correct URL of your site? The one that you have provided is giving us a “Page does not exist” error. Please check the screenshot below for confirmation.

    Screenshot: https://prnt.sc/11bwlzk

    Regards,
    ThemeGrill Support Team

    Thread Starter Irene112

    (@irene112)

    you can see it again now on the link in my first comment

    Hey @irene112 ,

    The feature for changing those texts is currently not available. We will be implementing it soon in our future update. So, for the time being, you can use the CSS code given below by going to Appearance > Customize > Additional CSS:

    #comments .comments-title {
         display: none;
    }
    div#comments:before {
        content: 'RELATED COMMENT';// 6 THOUGHTS ON
    }
    .related-posts-main-title span{
        display: none;
    }
    .related-posts-main-title:after {
     content: 'RELATED POSTS';// YOU MAY ALSO LIKE
    }

    Please replace the text after “content:” and write your own which you want to display on your site.

    Similarly, if you want to remove “Post Author” and “Permalink”, you can add the following CSS code:

    .comment-author-link span{
    	display:none;//POST AUTHOR
    }
    .comment-meta .comment-permalink{
    	display:none;//PERMALINK
    }

    But if you just want to change them then do let me know. I will work on another solution for you ??

    Hey @goldvamdam, could you please try out the same solution as well?

    Regards,
    ThemeGrill Support Team

    Thread Starter Irene112

    (@irene112)

    Thank you!
    It works ??

    Thread Starter Irene112

    (@irene112)

    The only thing else, I want to delete in the comments, is “at”
    (26 november 2020 at)

    Hey @irene112 ,

    Looks like the link to your site is not working again. Could you please check it once?

    Regards,
    ThemeGrill Support Team

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Delete or change text’ is closed to new replies.