Notifications
Clear all

wpForo 1.x.x [Solved] Keeping widget apperance consistent

6 Posts
2 Users
1 Reactions
2,101 Views
Posts: 237
Topic starter
(@mrsamg)
Reputable Member
Joined: 8 years ago

I see that now the recent posts widget has dotted lines between each entry. This doesn't appear in the right sidebar elsewhere in the site. How do you add this?

5 Replies
Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Put this CSS in WordPress theme style.css , delete all caches and do Ctrl+F5 on website front-end.

#wpforo #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li {
border-bottom: 1px dotted #CCCCCC;
}
Posts: 237
Topic starter
(@mrsamg)
Reputable Member
Joined: 8 years ago

Thanks

Posts: 237
Topic starter
(@mrsamg)
Reputable Member
Joined: 8 years ago

I've given it a try and it's not working 🙁

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Make sure the CSS is loaded, maybe it's still in cache or you put it in wrong place. Don't use the wpForo Custom CSS textarea for this, this is a site-wide CSS. Also try it with !important statement and remove the wpForo wrapper:

.wpforo-widget-wrap .wpforo-widget-content li {
border-bottom: 1px dotted #bbbbbb !important;
}
Page 1 / 2