Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS anything slider – removing the navthumb div

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29689
    nutt318
    Member

    Title says it all, Im trying to figure out a way to completely remove the thumbnav div for the slider. I’ve tried commenting out that section in the .js file but it breaks the slider.

    Any ideas on how to remove this div?

    Thanks for the help.

    #80183
    virtual
    Participant

    Title says it all, but how about a link so that we can see the code you’re using without having to go looking for it… :shock:

    #80193
    noahgelman
    Participant
    Code:
    $(function() ( {
    $(‘#navthumb’).hide();
    });

    That being too hopeful?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.