• Resolved rose.hasna

    (@rosehasna)


    Hey, I’m using “I am One” theme on my site. If you have a look at my website (tresbellefleur.com) you will see that on the left hand side of my slider there is a random hyperlinked “Stop”.

    I have no idea how to get rid of this, any help would be greatly appreciated.

    Thank you!

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

    This is ultimately a question you should ask the theme author, but in the mean time here is a simple trick to make it disappear:

    Go to your appearance > editor and find style.css or main.css (whatever your main stylesheet is) and add the following:

    #slider-stopper {
        display: none;
    }

    That ‘Stop’ is a slider control but not sure why it’s displaying those words and is positioned there.

    Thread Starter rose.hasna

    (@rosehasna)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I delete the word "stop" from my slider.’ is closed to new replies.