Viewing 3 replies - 1 through 3 (of 3 total)
  • This can be done using a custom css plugin. After it’s installed, try using this code:

    ul li {
        background: none;
        list-style-type: disc;
        padding: 0 0 .5em 0;
        margin: 0 0 0 10px;
    }
    Thread Starter InnovoGraph.com

    (@innovographcom)

    Great, fevered.

    Straight round bullets replaced the bullet style that came with my WP template but that’s okay.

    Where in this code should I add 16 px (if that’s right) so I can get the bullet font about the size of other body text, please?

    ul li {
    background: none;
    list-style-type: disc;
    padding: 0 0 .5em 0;
    margin: 0 0 0 10px;
    }

    Thread Starter InnovoGraph.com

    (@innovographcom)

    Done. Thanks.

    /* Enter Your Custom CSS Here */ul li {
    background: none;
    list-style-type: disc;
    font-size: 16px;
    padding: 0 0 .5em 0;
    margin: 0 0 0 10px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change bullet font’ is closed to new replies.