Support » Everything else WordPress » List Items Styling

Viewing 1 replies (of 1 total)
  • Moderator cubecolour

    (@numeeja)

    in the theme style sheet use something like

    ul {
    list-style-image: url(your-bullet-image.gif);
    }

    depending on your theme you’ll probably want to target the lists only to ones within the ‘content’ div or whatever is used in the theme for the content

    Alternatively for more control you can use

    ul {
    list-style-type: none;
    }

    & add some padding & a background image to the list items.

Viewing 1 replies (of 1 total)
  • The topic ‘List Items Styling’ is closed to new replies.