AI Search
Classic Search
Notifications
Clear all
Nov 13, 2025 2:33 am
Hello,
When a user clicks my "Recent Topics" link the user of who created the topic is a small icon verses if you go directly to the forums the use icon is bigger. Is there a way to change the size of user icons for Recent Topics only?
5 Replies
Nov 13, 2025 1:01 pm
You can use the CSS code below:
#wpforo #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{
width: 35px;
height: 35px
}
