.block[data-widget-key='forum_overview_new_posts']
{
    .listInline > li
    {
        // Скрывает точку перед датой
        &:before
        {
            display: none;
        }
        
        // Скрывает имя
        &:nth-child(1)
        {
            display: none;
        }
        
        // Скрывает дату
        &:nth-child(2)
        {
            display: none;
        }
    }
    
    
    // Скрыть префикс
    .contentRow-main .label
    {
        display: none;
    }
    
    .contentRow-minor--hideLinks
    {
        // Скрывает форум
        // При условии, что "forums" не менялось через "Фильтры роутинга"
        a[href*="forums"]
        {
            display: none...