Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Dec 29, 2020 4:54 pm
Gostaria de saber se tem uma possibilidade de deixar esses avatares redondos e com bordas na cor dos ícones
2 Replies
Dec 29, 2020 6:00 pm
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img {
border-radius: 50%;
}
and for the eggs in your widgets 😀
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img, .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
height: 2.5vw !important;
width: 2.5vw !important;
}
Dec 29, 2020 6:34 pm
Worked, thank you