Notifications
Clear all

Style [Solved] Profile Widget Buttons are Not Visible with Dark Theme

5 Posts
4 Users
3 Reactions
1,732 Views
spider
Posts: 58
Topic starter
(@spider)
Trusted Member
Joined: 7 years ago

I added a screenshot. The left one (profile button) is on hover, so it's fine when hover but other ones are have the same color with titles, as I can see. I couldn't find the correct line on style.css

So, can I fix it with css codes or do I need to wait for a new version?

4 Replies
st7878
Posts: 111
(@aima-forum)
Estimable Member
Joined: 4 years ago

how did you do the dark theme? i used WP Dark Mode. And everything is ok for me.

Posts: 29
(@gnomebe)
Eminent Member
Joined: 5 years ago

I've got the same problem.

Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

@spider, @gnomebe,

I think you're using non-dark WordPress theme with dark wpForo Style. If you don't use dark theme for wordpress them please don't use dark style for wpForo, because the links and text colors are inverted in dark mode and will be incorrectly inverted from WordPress light style.

In any case, I can help you to adapt them with this CSS code. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a, #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a {
       background: transparent!important;
}
1 Reply
spider
(@spider)
Joined: 7 years ago

Trusted Member
Posts: 58

@robert Thank you and you're right I'm using a light wp theme in front side.