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.

 

wpForo 1.x.x [Closed] Advance Search Problem

2 Posts
2 Users
0 Reactions
1,270 Views
Posts: 17
Topic starter
(@winpeace)
Eminent Member
Joined: 7 years ago

how to remove some search section only mobile?

https://prnt.sc/lkk3u8

 
1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @winpeace,

Use the following CSS. Just navigate to Dashboard > Forums > Settings > Styles admin page, put it in "Custom CSS Code" textarea. 

@media screen and (max-width: 620px){
.wpforo-td.wpfrtd {
display: none !important;
}
}

Don't forget to delete all caches before checking.Â