Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] How do I remove the attachment icon?

3 Posts
2 Users
2 Reactions
727 Views
Posts: 23
Topic starter
(@jw0068)
Eminent Member
Joined: 1 year 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: 1522
(@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: 1 year ago

Eminent Member
Posts: 23

@tutrix many thanks!