"Stop" return to top text appear under custom slider

  • Author
    Posts
  • #28632
    Nelson

    This stop text is visible on the main page. I tried resizing the slider to crop it out, but it returns when the page is sized down.

    src=”http://www.greciaxochitl.com/wp-content/uploads/2014/12/Capture.jpg” alt=”Bug in custom sliders.” />

    #28680
    Nelson

    Please help! Thanks!

    #28691
    Nelson

    It appears to be due to the slider-stopper displaying below the slider. Any ideas?

    #28692
    Nelson

    Fixed!

    Added the width and height parameters to the CSS below in style-frontpage.css

    .theme-default .nivoSlider a {
    border: 0;
    height: 0px;
    width: 0px;
    display: block;

    }

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘"Stop" return to top text appear under custom slider’ is closed to new replies.