How to hide the caption on the Nivo slider

  • Author
    Posts
  • #28078
    Bryon Scott

    I tried to hide the caption on the Nivo slider using “display: none;” but that did not work. It seems the display gets set using jscript.

    After fiddling with it for a while I found putting the following in the Custom CSS works:

    .theme-default .nivo-caption {
    right: 5000px;
    }

    This moves the caption off the defined banner area so it cannot be seen.

    I hope this helps someone.

Viewing 1 post (of 1 total)

The topic ‘How to hide the caption on the Nivo slider’ is closed to new replies.