Help needed
Posted: 01 Oct 2016, 14:42

How to get rid off this icon for full screen only on main page/home page?
Thank you

.slug-index .fotorama__fullscreen-icon {
display: none;
}Thanks a lot mjau-mjau, that code works perfectmjau-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; }