Home>Support>Changing the appearance of unordered lists

Changing the appearance of unordered lists

Hi!

I just tried to change the style of the unordered lists by changing some code in the CSS file by the custom editor. This is the code I used:

ul {
	list-style-type: square;
}

Nothing changes. What did I do wrong?

URL: http://listenchecker.de

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, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Tim

    More specific CSS killing your vibe. Give this a try:

    .content ul li {
    list-style: square;
    }
    

    If you’d like a quick overview on using your browser’s developer tool to inspect the page source perhaps take a look at our video here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

    Hope that helps.

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