• Как убрать значки календаря и папки в заголовке?

    • This topic was modified 11 months, 3 weeks ago by koff68.

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

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

    Please navigate to WP Dashboard > Appearance > Customizer > Blog > Single Post.
    Then, find the “Meta” options, you can set show/hide them or re-order them.

    Screenshot: https://postimg.cc/tZKKXtq0

    I hope it helps.
    Best Regards

    Thread Starter koff68

    (@koff68)

    Вопрос не в отображении даты и названии рубрики! А как убрать значок “календарь” возле даты и значок “папка” возле рубрики

    • This reply was modified 11 months, 3 weeks ago by koff68.

    Hello @koff68,

    Please share a screenshot of the elements you would like to remove.
    The meta would work fine if you want to remove these: https://postimg.cc/R667qJ17.

    Best Regards

    Thread Starter koff68

    (@koff68)

    Если убрать мета в настройках, не будет ни даты ни название рубрики. Нужно убрать только картинки!

    Single-post ul.meta li svg.owp-icon

    https://postimg.cc/f3NRrKfy

    • This reply was modified 11 months, 3 weeks ago by koff68.
    • This reply was modified 11 months, 3 weeks ago by koff68.
    • This reply was modified 11 months, 3 weeks ago by koff68.

    Hello @koff68,

    So, you can use the following CSS to remove only those icons:

    #wrap .meta .meta-date svg,
    #wrap .meta .meta-cat svg{
        display: none !important;
    }

    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.

    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)

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

    • This reply was modified 11 months, 3 weeks ago by koff68.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Как убрать значки календаря и часов’ is closed to new replies.