• VMelnik

    (@realarchangel)


    Hi Alex

    How to remove / hide
    Author
    Date of publication
    +
    How to increase the font size and separately in the mobile version

    • This topic was modified 3 years ago by VMelnik.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter VMelnik

    (@realarchangel)

    Как скрыть дату публикации, имя автора и дату публикации в блоке похожие разобрался.
    Если кому интересно нужно в Насторки темы - дополнительные стили, добавить
    .entry-author {display: none;} - удаляем автора
    .entry-author-avatar {display: none;} - удаляем аватар автора
    .entry-date {display: none;} - удаляем дату публикации
    .related-date {display: none;} - удаляем дату публикации в похожих.
    
    Осталось разобраться как увеличить размер текста при просмотре сайта с мобильного.
    

    ///

    I figured out how to hide the publication date, author’s name and publication date in a similar block.
    If anyone is interested, you need to add additional styles to the Theme Settings
    .entry-author {display: none;} – remove the author
    .entry-author-avatar {display: none;} – remove the author’s avatar
    .entry-date {display: none;} – remove the publication date
    .related-date {display: none;} – remove the publication date in similar ones.

    It remains to figure out how to increase the text size when viewing the site from a mobile.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Try this additional css to increase text size for mobile:

    
    @media only screen and (max-width: 719px) {
    .entry-content { font-size: 16px; }
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove / hide’ is closed to new replies.