- Совместимость с XenForo
- 2.0
- 2.1
- 2.2
Создать модификацию шаблона extra.less
В поле заменить вставить следующее:
Путь до картинке изменить на свой.
В поле заменить вставить следующее:
CSS:
$0
.avatar {
position: relative !important;
overflow: visible !important;
border-radius: 100% !important;
&:before {
content: ' ';
background-image: url({{ base_url('/img/santahat.svg') }}) !important;
background-size: contain !important;
background-repeat: no-repeat !important;
width: 75% !important;
height: 75% !important;
position: absolute !important;
top: -11% !important;
left: -8% !important;
}
&:after {
background: none !important;
}
}
Путь до картинке изменить на свой.