• Resolved Rick Hellewell

    (@rhellewellgmailcom)


    Site is https://www.missionaryletters.com .

    I am noticing two extra [li] codes after the slides, showing up on the page under the slider area. The code is

    <li>
    <a class="flex-next" href="#">false</a>
    </li>

    Not sure why these extra list-items are there. Latest version of plugin and WP. No extra/empty slides in the slide definition screen. If I create a new slide show, they still show up.

    Thanks…Rick..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Try adding the following CSS:

    .metaslider .flexslider .flex-direction-nav li {
        list-style-type: none !important;
    }

    The following CSS is the cause of the issue:

    .entry-content ul > li {
        background: none;
        padding-left: 10px;
        line-height: 140%;
        list-style-type: circle !important;
        margin-top: 0px !important;
    }

    Thanks,
    Dave

    Thread Starter Rick Hellewell

    (@rhellewellgmailcom)

    Thank you. That fixed it. Looks like the theme CSS was the source. But I was having trouble figuring out the fix.

    Perhaps the CSS fix should be in the metaslider CSS?

    Thanks again…Rick…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two blank List-Item Dots under Slides’ is closed to new replies.