Notifications
Clear all

wpForo 1.x.x [Solved] How to remove these ugly thumbnails from the top bar?

5 Posts
2 Users
1 Reactions
589 Views
Posts: 3
 UWRP
Topic starter
(@uwrp)
Active Member
Joined: 5 years ago

Hi everyone,

Today, I am switching from PhpBB(horrible) to wpforo and I am really amazed so far. Great job!

Alright so, I'm having some problems with the styling and I assume my wp theme is the cause.

I have these ugly little thumbnail on every button and I really wonder how I'd get rid of them.

Any help would be appreciated. I've added a screenshot to show you what I am talking about.

The website URL is http://uw-rp.com/

Forgive me if I would be posting in the wrong category. I'm new here.

4 Replies
Posts: 992
Moderator
(@martin)
Support Team
Joined: 9 years ago

Hi @uwrp,

Those come from your WordPress theme, so you should leave your website URL to allow us debug and provide you a fixer CSS code.

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

Hi Martin,

Thank you for the quick reply.

I wasn't sure if I was allowed to post my url here, hence why I also blacked the url out.

The website URL is http://uw-rp.com/

Thank you so much for looking in to this.

1 Reply
Moderator
(@martin)
Joined: 9 years ago

Support Team
Posts: 992

@uwrp,

Put this CSS code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache:

#wpforo #wpforo-wrap ul li{
   background-image: none;
   text-indent:0;
}
Posts: 3
 UWRP
Topic starter
(@uwrp)
Active Member
Joined: 5 years ago

Thank you, that worked.