XF 2.3 forum_overview_featured_content

Patronus

New member
please tell me how to remove the user name and the date of the topic publication in the forum_overview_featured_content widget?
I think I found the template I needed (not sure) but it didn't work 😢
 
I think I had to use CSS for this because editing template was quite complicated for this.

CSS:
[data-widget-key="forum_overview_trending_content"],
[data-widget-key="forum_overview_featured_content"] {
    .contentRow-minor.contentRow-minor--hideLinks {
        display: none;
    }
}
 
I think I had to use CSS for this because editing template was quite complicated for this.

CSS:
[data-widget-key="forum_overview_trending_content"],
[data-widget-key="forum_overview_featured_content"] {
    .contentRow-minor.contentRow-minor--hideLinks {
        display: none;
    }
}
Thank you. That's an idea. But we only have this widget on one page and I don't really like this solution.
But if I still want to fix the template, how can I do it? Or maybe you can tell me the exact name of the template?
 
Back
Top Bottom