• Hi,

    how can we change the list-style (points)

    <ul>
    <li></li>
    <ul>

    into a picture, for example a tick mark.

    Best regards,

    Mankov

Viewing 1 replies (of 1 total)
  • Hello there,

    I thought you should use the following CSS code.

    ul {
        list-style-image: url('sqpurple.gif');
    }

    Adjust the image URL path to your own.

    Insert the code above through the Simple Custom CSS plugin or child theme’s style.css

    I hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘change list-style into pictures’ is closed to new replies.