Slideshow.css > turning off visibilty;hidden

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
mperaro
Propeller Head
Posts: 28
Joined: Thu Jan 28, 2016 8:18 am

Slideshow.css > turning off visibilty;hidden

Post by mperaro »

I am using the slideshow feature in my training material I am creating. It outputs a Slideshow.css where visibilty is set to hidden. This does not allow the slideshow output to show up on the link we push to our Website. How can this be turned off so that the output works and is visibile. I did a test to comment it out that looks like it worked but if you regenerate it seems to put it back in.

Thanks in advance

div.MCSlide{
word-wrap: break-word;
/* visibility: hidden;*/
-webkit-margin-collapse: separate;
}
Post Reply