Search…

X3 Photo Gallery Support Forums

Search…
 
csabacs
Topic Author
Posts: 14
Joined: 12 Jun 2012, 18:18

Help needed

01 Oct 2016, 14:42

Image
How to get rid off this icon for full screen only on main page/home page?
Thank you
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Help needed

02 Oct 2016, 01:32

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;
}
 
csabacs
Topic Author
Posts: 14
Joined: 12 Jun 2012, 18:18

Re: Help needed

02 Oct 2016, 07:50

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