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.

How to add Bullet points to List Category posts list in a sidebar widget in Vantage

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi There,
I am using Vantage for the first time, it is a really great theme. Many thanks! I would like to have some lists display with bullet points, presently they have none. The lists concerned are in the sidebar and footer and they are generated by the ‘ list category post’ widget. I have tried all sorts of things in the edit css area but I have not won. The site is not live so I can’t show you I am afraid.
Many thanks!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi JossCowan

    Thanks for your support.

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Sidebar & Footer */
    #secondary .widget ul, #footer-widgets .widget ul, #secondary .widget ol, #footer-widgets .widget ol {
        list-style: disc;
        padding: 0 0 0 16px;
    }

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