Создаем UserCSS (как сделать можно прочитать тут(
)) с содержимым:
.left_count {
background: none !important;
margin-top: 1px !important;
color: #2B587A !important;
vertical-align: 0px !important;
font-size: 11px !important;
padding: 0 !important;
}
.left_plus {
display: none !important;
}
a:hover .left_count_wrap {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.left_count:before {
content: "(";
font-weight: normal;
}
.left_count:after {
content: ")";
font-weight: normal;
}
Получаем: