Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brycewelker

    (@brycewelker)

    To see an example on this on my site go to: crushthecpaexam.com/cpa-blog/

    Plugin Author Hector Cabrera

    (@hcabrera)

    Hi brycewelker,

    Easy:

    1. On your theme’s stylesheet (wp-content/themes/[your current theme]/style.css) find:
      ul.wpp-list li {
      line-height: 1em;
      margin-bottom: 24px;
      }

      … and change it to:

      ul.wpp-list li {
      list-style:none;
      line-height: 1em;
      margin-bottom: 24px;
      }

    2. Save changes.
    Thread Starter brycewelker

    (@brycewelker)

    Thanks Hector!

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