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.
Jan 30, 2020 6:47 pm
There are so very many configuration options but I can't find the ones that might shut off these options that don't correspond to my use case. What am I missing?
SolvedStickyPrivateClose
1 Reply
Jan 31, 2020 11:46 am
Hi @davidbrown,
Please navigate to Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code" textare, to hide those options:
.wpforo-action-buttons-wrap .wpforo-solved, .wpforo-action-buttons-wrap .wpforo-sticky, .wpforo-action-buttons-wrap .wpforo-private, .wpforo-action-buttons-wrap
.wpforo-close, .wpforo-action-buttons-wrap .wpforo-report, .wpforo-action-buttons-wrap .wpforo-delete{
display: none !important;
}
Don't forget to delete all cached and press CTRL+F5(twice) on the frontend before checking.