• How do I get rid of the ° ?
    The ° is in front of every image (See lower right on my site)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • First, to remove the bulletpoints put the following code into the Custom CSS field:

    /* Main Level Ul */
    ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

    Second, to remove the titles put the following code into the Custom CSS field:

    /* Title */
    .arpw-title {
    display:none
    }
    Thread Starter volzi

    (@volzi)

    I added the Custom CSS to the widget, but the ° (Bulletpoint) is still there !?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get rid of the ° ?’ is closed to new replies.