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 12, 2021 3:03 am
Hi. Can anybody tell me how to get rid of those little buttons on my menu bar? See attached image.
Thank you.
3 Replies
Jan 12, 2021 4:46 am
these bullets are from your mantra wp theme
.entry-content ul > li {
background: url(resources/images/bullet.png) left 10px no-repeat; padding-left: 20px;
}
add this to custom css
#wpforo #wpforo-wrap #wpforo-menu li {
background: none;
}
Dashboard > Forums > Settings > Style (custom css)
Jan 12, 2021 5:13 am
Thank you very much! I thought it might be something like that. I'll give it a try. 😎Â