Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • reders Friend
    #133731

    Hi there,
    Does anybody know how to remove the navigation on the slideshow totally, I just want the images to rotate.

    I’ve turned navigation off in the module, but it brings a Pause Button up.

    Regards,
    Reders

    Sherlock Friend
    #272383

    HI
    you can edit template.css (line 1369)

    div.ja-slidebar {
    background:#4F4F4F none repeat scroll 0 0;
    margin:0;
    padding:0;
    width:100%;
    }

    Change to

    div.ja-slidebar {
    background:#4F4F4F none repeat scroll 0 0;
    margin:0;
    padding:0;
    width:100%;
    display:none;
    }

    Sherlock Friend
    #272384

    HI
    you can edit template.css (line 1369)

    div.ja-slidebar {
    background:#4F4F4F none repeat scroll 0 0;
    margin:0;
    padding:0;
    width:100%;
    }

    Change to

    div.ja-slidebar {
    background:#4F4F4F none repeat scroll 0 0;
    margin:0;
    padding:0;
    width:100%;
    display:none;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Sherlock 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum