• Как убрать комментарии под каждым постом в рубриках?

    • This topic was modified 1 year, 2 months ago by koff68.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @koff68,

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    /* Only Comment */
    #wrap .blog-entry-comments {
        display: none;
    }
    /* Only Date */
    #wrap .blog-entry-date {
        display: none;
    }

    If you want to remove both of them, instead of the above CSS, use this one:

    /* Both - date and comment */
    #wrap .blog-entry-bottom {
        display: none;
    }

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.
    Best Regards

    Thread Starter koff68

    (@koff68)

    Не помогает..

    https://postimg.cc/D8PjGfpN

    • This reply was modified 1 year, 2 months ago by koff68.
    • This reply was modified 1 year, 2 months ago by koff68.
    • This reply was modified 1 year, 2 months ago by koff68.

    Hello @koff68,

    The CSS that I provided in my previous reply is correct.
    The reason why it may not work can be the following:

    1. Cache problems: If you have any cache plugin, you should clear its cache. Also, note that you need to clear CDN and cookies as well.

    2. Syntax error: If there is a syntax error in the rest of your CSS. Lower CSS will not work. Use any online service to check all your custom CSS and check if it has syntax errors.

    Best Regards

    Thread Starter koff68

    (@koff68)

    Спасибо большое! Все верно! Разобрался! Таки ошибка была!

    • This reply was modified 1 year, 1 month ago by koff68.

    You’re welcome. I’m glad we could help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Как убрать комментарии’ is closed to new replies.