Home>Support>Adjusting bullet display in widgets

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi 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;
    }
    
  2. 9 years, 9 months ago janefriedman

    That worked perfectly, thank you so much.

  3. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More