• Resolved amateur6

    (@amateur6)


    Sorry, I searched through 50 pages of posts (why can’t you search the whole forum? Or can you? I was going page-by-page) and found half-a-dozen solutions, but none of them worked for me. I can’t find any of the usual suspects in the theme CSS.

    I’m a designer; someone else is setting up WP as a CMS for a client, and I’m entering content. Specific page with issues is here:
    http://www.richardsorensen.com/teknikor/?page_id=19

    As you can see, I’ve specified the disc bullet type, but for some reason that gets me BOTH discs AND the default! What th…?

    I’d ask the guy who’s building it, but I don’t want to get charged, so I’m turning to you all. Any help much appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • there is a search button top right on the forum (above the ‘red download’ button.

    your theme is build on the functionality of the default theme, and has taken the ‘double arrow’ bullets from there:

    edit style.css of the theme and find:

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

    and delete the .entry ul li:before,

    just leaving the rest to style the sidebar bullets:

    #sidebar ul ul li:before {
    	content: "0BB 020";
    	}
    Thread Starter amateur6

    (@amateur6)

    Oh, it says “Search WordPress.org” so I thought its results would be too general. Should’ve tried it. Mea culpa.

    Okay, I saw the comments about "0BB 020", which I couldn’t find, but I was looking in rtl.css not style.css — can I get to style csss from within the Dashboard?

    Thanks for the super-quick response.

    i think, yes, but the best way to find out, is to try.

    one quick addition: where you edited that bit of code, insert a extra new style, to make space between the bullet and the text:
    .entry ul li {padding-left:10px;}

    Thread Starter amateur6

    (@amateur6)

    Thanks alchymyth — found it. FYI, for anyone else reading this in the future, the Appearance Editor defaults to rtl.css, but style.rss is at the bottom of the right-hand column: Theme Styles.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Yet another list and bullet question: minimalism theme’ is closed to new replies.