If you have round avatars on your site, here is a tip to show round borders on avatars in yilmazforumstats product as well.
First option add this to your ADDITIONAL CSS
Second option that is recommended edit the yilmazforumstats.css file
Look at roughly line 327 and change the border-radius value: 3px; for the convenient one for its better visualization in my case I changed it to 18px;
First option add this to your ADDITIONAL CSS
Code:
.ylmz-ForumStatistics-Body .ylmzStatisticsList .ylmzStatisticsDatas .StatisticsAvatar .yilmazforumstats-avatar.yilmazforumstats-avatar--s { border-radius: 18px; }
Look at roughly line 327 and change the border-radius value: 3px; for the convenient one for its better visualization in my case I changed it to 18px;
Comment