XF 2.3 How to remove avatar from the featured thread slider/widget.

Add this to your extra.less template:
Less:
[data-widget-definition="featured_content"] .carousel-item .contentRow-figure {
    display: none;
}
 
Back
Top Bottom