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.
May 19, 2019 8:04 pm
1 Reply
May 20, 2019 7:08 am
Hi @bengan94,
Below is the CSS code allows to hide the arrow. You need to add the code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.
#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle i {
display: none;
}
Please don't forget to delete all caches before checking.
The code I've provided hides the section from the desktop as well not only on mobile devices.