Hiding the thumbnail bar in the fullscreen slideshow

Please Note: Theme customizations go beyond the scope of our support services and this article is provided solely as a courtesy to our customers. Please take a moment to review the Scope of our Support.

Screen Shot 2013-01-23 at 6.45.36 PM

Screen Shot 2013-01-23 at 6.44.46 PMIf you want to hide the thumbnail bar in the fullscreen slideshow page, the easiest way to do this is to hide it with CSS. In order to accomplish this, you have to add the following CSS into the theme Options page -> Style Settings -> Additional CSS Styles field:

#slider-navigation-container{
display:none;
}

Was this useful? 3