• Resolved ydbeheer

    (@ydbeheer)


    Hi there!

    Quiestion: How can I remove the comment, author and date labels?

    I already turn them off in het general settings but I see them still on my WP website.

    thnx!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello!

    It can be hidden with some custom CSS rules. Could you please share a link to your website so I could provide you the code necessary?

    Thank you!

    Cheers,
    Toth Balint BT

    Thread Starter ydbeheer

    (@ydbeheer)

    Hello!

    Thanks for your feedback.

    https://www.burosam.nl/wp/

    Yance.

    Here you go:

    .fb-comments, .fw-comments, .fs-comments, .ls-comments {
    	display: none;
    }

    Cheers,
    Toth Balint BT

    If you have a child theme, paste this in the child theme’s style.css file, or please use Simple Custom CSS plugin.

    If you have any more questions, just feel free to ask, I am happy to help.

    Cheers,
    Toth Balint BT

    Thread Starter ydbeheer

    (@ydbeheer)

    Hi,

    Thank you very much! It’s working ??

    Few more things I want to change :

    1. How can I remove author and date and icons from each page?
    2. How can I change the name Featured Titles and Popular Categories?

    thnx for your help.

    Yance

    Hello!

    If you would like to remove the author and date data from the frontpage, you will need this code:

    .ls-metadata {
    	display: none;
    }

    If you need it removed from the specific pages, then this is what you have to use:

    .article-meta {
    	display: none;
    }

    For changing the Featured titles and popular categories text, you will need to edit some theme php files, which is a little bit dangerous, because a single typo is enough to take down the website, and it needs some php knowledge. But I am here to help, just let me know.

    Greetings,
    Toth Balint BT

    Codeinwp

    (@codeinwp)

    Hi Toth,

    Thank you for your help. ??

    Have a nice day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove comments and comments labels’ is closed to new replies.