Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] menu bar

4 Posts
2 Users
0 Reactions
799 Views
Posts: 3
Topic starter
(@jasonperi)
Active Member
Joined: 5 years ago

Hi. Can anybody tell me how to get rid of those little buttons on my menu bar? See attached image.

Thank you.

3 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@jasonperi

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)

1 Reply
(@jasonperi)
Joined: 5 years ago

Active Member
Posts: 3

@tutrix

It worked! Thanks again.

Posts: 3
Topic starter
(@jasonperi)
Active Member
Joined: 5 years ago

Thank you very much! I thought it might be something like that. I'll give it a try. 😎Â