• Resolved sosdesigns

    (@sosdesigns)


    Hey guys,

    I have installed the Metaslider in the responsive version, and all works great other than the fact that there is a random dot at the top of one of the sliders and I can’t for the life of me pick why it is there. Any ideas?

    https://jessicabratich.com/home-copy/

    thanks,
    H

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

Viewing 1 replies (of 1 total)
  • Hi @sosdesigns,

    Your theme (or maybe a plugin) is adding a rule which is adding the bullet there.

    #u342438 div.mxpPageContent li {
        list-style: inherit;
        margin: 0.2em 0px;
    }

    We’re working on a way to “normalize” the slideshows a bit better for a future release, but for now you can either change that style rule, or override it.

    For example,

    .metaslider .rslides li {
        list-style: none !important;
    }
    • This reply was modified 7 years, 1 month ago by Kevin Batdorf. Reason: fixed a typo
Viewing 1 replies (of 1 total)
  • The topic ‘Random dot at top of slider’ is closed to new replies.