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] disabling wpf-tooltip text - styling - on hover

2 Posts
2 Users
0 Reactions
1,992 Views
Posts: 6
Topic starter
(@pavel-jirka)
Active Member
Joined: 6 years ago

Is there way to disable text box with category description shown on hover ?

Is there way to style this text/box.

 

Thank you

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

Hi @pavel-jirka,

Please use the following CSS code, put it in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a[wpf-tooltip]::after{},#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a[wpf-tooltip]::before {
display: none !important;
}
#wpforo #wpforo-wrap [wpf-tooltip]::after, #wpforo #wpforo-wrap [wpf-tooltip]::before{
display: none !important;
}

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.