Hello. Is there a way to display a bullet list in a sidebar using the Text Widget? For some reason, they appear to be supressed somehow in the theme. I’m using the Text Widget on the Left sidebar. Another forum suggested something like, #rightbar .textwidget ul li { list-style-type: disc; margin-left: 10px; }, but that doesn’t seem to work. Thanks!
Hi!
Try:
#top .widget .textwidget ul{
list-style: disc inside;
}
Regards,
Peter