Please open a support ticket from our new Support page.
Front Page › Forums › Questions › How can I make the controls disappear in twelve theme › Reply To: How can I make the controls disappear in twelve theme
I managed to remove the blck bar by modifying the galleria.twelve.css file in the folder /theme/twelve for these two styles:
.galleria-stage { overflow: hidden; background: navy; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .galleria-container.fullscreen .galleria-stage { bottom: 0 } .galleria-bar { height: 31px; width: 100%; position: absolute; bottom: 0; left: 0;
z-index: 3;
Note that the bottom was set to 0 and the backround image removed.
However I still see two button that I waould like to remove: Full scrren mode and popout image. How can I do this?
Volker Gottwald
November 11, 2014 at 5:25 pmI managed to remove the blck bar by modifying the
galleria.twelve.css file in the folder /theme/twelve for these two
styles:
.galleria-stage { overflow: hidden; background: navy; position:
absolute; top: 0; left: 0; right: 0; bottom: 0; }
.galleria-container.fullscreen .galleria-stage { bottom: 0 }
.galleria-bar { height: 31px; width: 100%; position: absolute;
bottom: 0; left: 0;
Note that the bottom was set to 0 and the backround image
removed.
However I still see two button that I waould like to remove:
Full scrren mode and popout image.
How can I do this?