Mar 07, 2024 9:23 pm
Hi,
When viewed on mobile, the blue paper clip that shows there are attachments in a post displays over top the title of the post. Is there a way to disable/remove that icon from the topic list?
Screenshot of icon in attached pic.
Thanks!
2 Replies
Mar 08, 2024 4:43 am
Is there a way to disable/remove that icon from the topic list?
@media screen and (max-width: 960px) { #wpforo #wpforo-wrap .wpforo-topic-badges {display: none !important;}}
change the 960px if the icon should be hidden at a different size