Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    If you’re seeing bullets, it’s because you theme is adding them, all you need to do is add some CSS to remove the bullets and properly align the buttons.

    Check out the CSS rules that are getting applied to those buttons, you’ll need to create a rule that overrides what your theme is doing.

    There is a plugin setting that gives you a place to add extra CSS rules.

    Thread Starter stunley

    (@stunley)

    I tracked it down to…

    div.entry-content ul li {
        list-style: disc outside none;
    }

    Thanks for the pointer xnau

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘previous next list display problem’ is closed to new replies.