AI Search
Classic Search
Notifications
Clear all
Mar 12, 2018 12:50 am
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
Mar 14, 2018 2:21 pm
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;
}
Mar 14, 2018 8:48 pm
Thanks
Mar 15, 2018 3:16 am
I've given it a try and it's not working 🙁
Mar 15, 2018 12:24 pm
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
Next