Support » Plugin: This Day In History » Remove Bullet Points

  • Resolved jegmar1

    (@jegmar1)


    Is there a simple way to prevent the bullet point from automatically displaying before all the posts?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 393930

    (@anonymized-393930)

    The bullets are added by your theme, so to remove them you must add this code

    .widget_this_day_in_history ul { list-style-type: none; }

    into the end of your themes style.css file.

    Anonymous User 393930

    (@anonymized-393930)

    In addition to this from 3.0 both the tdih and tdih_tab shortcodes have a class parameter to allow you to add classes to style the list or table.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Bullet Points’ is closed to new replies.