How do I resize the images in the 3 boxes below the slider or eliminate that section entirely? (i.e. only display the slider by itself)
Boxes Below Slider
5 posts from 3 voices-
Posted 1 year ago #
-
Website for reference: http://iglobalpros.com/
Posted 1 year ago # -
Hey,
in your css folder find slideshow.css, find the following:
.feature_thumbnails { margin: 0 11px; overflow: hidden; }change it to
.feature_thumbnails { display: none; margin: 0 11px; overflow: hidden; }I hope this is what you want :)
Posted 1 year ago # -
Perfect...thank you!
Posted 1 year ago # -
Glad that Chris could help you :)
Posted 1 year ago #
Reply
You must log in to post.














