Notifications
Clear all

wpForo 1.x.x [Closed] disabling wpf-tooltip text - styling - on hover

2 Posts
2 Users
0 Likes
1,619 Views
Posts: 6
Topic starter
(@pavel-jirka)
Active Member
Joined: 4 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: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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.