• How do I change the list style in the default theme? Currently there are two little arrows, and these are not indicated in the style sheet.

    In the style sheet, the properties are:

    #sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
    }
    Thanks!
    Tony
    https://www.brassringfitness.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Currently there are two little arrows, and these are not indicated in the style sheet.

    Just because you couldn’t find them it doesn’t mean you are right.
    Check lines #406-407.

    On the default theme for 2.6, its this code

    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}

    Lines 513-515 in style.css

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List Style not from style sheet for “default” theme’ is closed to new replies.