Dec 04, 2019 6:35 pm
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
Dec 05, 2019 7:56 am
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.