I’m using the jQuery GalleryView plugin, and I want to remove the arrow that slides along the thumbnails when the transitions take place.
I can’t figure out how to remove this (tried using the ‘nav_theme’ configuration option but no luck).
Does anybody know how this is done?
Try adding this to your CSS:
Or do it in javascript if you want:
You could also try:
The pointer seems to have an ID of
#pointerby default, so one of these should do it for you.