Page 1 of 1

Help needed

Posted: 01 Oct 2016, 14:42
by csabacs
Image
How to get rid off this icon for full screen only on main page/home page?
Thank you

Re: Help needed

Posted: 02 Oct 2016, 01:32
by mjau-mjau
There is no setting to toggle this button, but you can hide it from the index page with some custom CSS (settings -> custom -> custom CSS):
Code
.slug-index .fotorama__fullscreen-icon {
  display: none;
}

Re: Help needed

Posted: 02 Oct 2016, 07:50
by csabacs
mjau-mjau wrote:There is no setting to toggle this button, but you can hide it from the index page with some custom CSS (settings -> custom -> custom CSS):
Code
.slug-index .fotorama__fullscreen-icon {
  display: none;
}
Thanks a lot mjau-mjau, that code works perfect