Notifications
Clear all

[Solved] How do I remove the attachment icon?

3 Posts
2 Users
2 Reactions
455 Views
Posts: 17
Topic starter
(@jw0068)
Eminent Member
Joined: 10 months ago

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
Tutrix
Posts: 1496
(@tutrix)
Noble Member
Joined: 5 years ago

Posted by: @jw0068

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

1 Reply
(@jw0068)
Joined: 10 months ago

Eminent Member
Posts: 17

@tutrix many thanks!