• Resolved madriverweb

    (@madriverweb)


    The last few letters “ous” of the word previous show through the arrow images in the standard theme. This happened also in a different theme, seemed to temporarily solve when I changed all sliders back to standard theme, then reappeared.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @madriverweb

    It seems to be inheriting styles from somewhere. Can you add this CSS to your site and see if that fixes it?

    .metaslider .flexslider .flex-direction-nav li a {
      display: flex;
    }
    Thread Starter madriverweb

    (@madriverweb)

    Yes, that did it, thanks.

    NOTE: I implemented this with the extra .metaslider with no space after it that I learned would be needed to override the MetaSlider style sheet. Maybe it was not necessary here, but mentioned it in case others that read this don’t know about the importance of doing that in some cases.

    .metaslider.metaslider .flexslider .flex-direction-nav li a {
    display: flex;
    }

    Thread Starter madriverweb

    (@madriverweb)

    Marking as resolved. (Certainly not what I thought would be the solution.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text “previous” showing through the arrow image’ is closed to new replies.