Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Ненужные кнопки

Апр
813
2,172
Активный
Можно добавить следующий код в extra.less
CSS:
.button.button--cta, a.button.button--cta { /*Убираем кнопку "Создать тему"*/
    display: none;
}
CSS:
body[data-template="forum_list"] { /*Убираем кнопку "Новые сообщения"*/
    .button {
        &[href$="whats-new/posts/"] {
            display: none;
        }
    }
}
 
По вопросам - обращаться в ТГ: t.me/biofelnovay
Ноя
305
326
Активный
Сверху