Adjusting bullet display in widgets
Hi,
When I first started working with Vantage (before I touched the CSS), no bullets showed up in my widgets. To force them to show, I added this to the Custom CSS:
ul li {
list-style-type: square;
margin: 0 0 0 30px;
padding: 0;
}Of course, this has the unfortunate effect of adding bullets to threaded comments. How can I preserve bullets in the widget areas, but remove them from the threaded comments?
URL: http://d23.65e.myftpupload.com/2014/12/09/takes-successful-author/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Jane
Try making your Custom CSS more specific. Something like:
/* Sidebar Widgets */ #secondary .widget ul li { list-style-type: square; margin: 0 0 0 30px; padding: 0; }That worked perfectly, thank you so much.
Super, glad to hear that helped :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.