AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
7
Posts
2
Users
2
Reactions
1,713
Views
Nov 12, 2022 6:55 pm
Hello,
Please take a look at the Forum url page, There you can see just before the 1. The State Hermitage Museum there is a shortcode [toc], Its a shortcode for a plugin to view Table of Contents in the article, Check the same posts contents on this page ::: https://yatrahelpline.com/top5-spb/
So how to hide this automatically in forums. (without removing it manually from every post.)
Thank You.
6 Replies
Nov 14, 2022 4:15 pm
Hi @amitkool21,
Try this CSS:
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p[style*="text-align: right"]{
display:none !important;
}
Nov 16, 2022 1:35 am
what's "p" tag ? 🙁