This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Adjusting bullet display in widgets

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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

3
  1. Andrew Misplon Staff 11 years, 2 months ago

    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. janefriedman 11 years, 2 months ago

    That worked perfectly, thank you so much.

  3. Andrew Misplon Staff 11 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread