• Resolved rabbitsite

    (@rabbitsite)


    Hi there, I really like your plugin so far – but can you help me make a slight change – perhaps to the css? I want to hide or disable the play navigation, and just have the next/previous toggle. How can I disable it? I also have the thumbnails disabled – I don’t know how to do two customisations at once. This is probably really simple but…

    http://wordpress.org/extend/plugins/portfolio-slideshow/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Dalton Rooney

    (@daltonrooney)

    You could add the following to your CSS to hide the play and pause buttons:

    .slideshow-nav .play, .slideshow-nav .pause, .slideshow-nav .restart {
       display: none;
    }

    This is a selectable option in the plugin settings in the Pro version, by the way. 🙂

    Cheers,
    Dalton

Viewing 1 replies (of 1 total)

The topic ‘how to hide play navigation’ is closed to new replies.