Notifications
Clear all

wpForo 1.x.x [Solved] menu bar

4 Posts
2 Users
0 Reactions
650 Views
Posts: 3
Topic starter
(@jasonperi)
Active Member
Joined: 4 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: 1453
(@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: 4 years ago

Active Member
Posts: 3

@tutrix

It worked! Thanks again.

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

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