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.