Mar 11, 2018 8:50 pm
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 10:21 am
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 4:48 pm
Thanks
Mar 14, 2018 11:16 pm
I've given it a try and it's not working 🙁
Mar 15, 2018 8:24 am
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