Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
famartinez
Topic Author
Posts: 7
Joined: 18 Feb 2016, 01:53

Bar in pop up

31 Mar 2016, 13:02

Hi, Karl
I have almost finished my page, I have only a problem:
I don´t now how to make transparent the bar on the top of pop up image mode, like this

Image
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Bar in pop up

31 Mar 2016, 22:50

First of all, the bar is only visible when there is mouse activity from the visitor, else it is hidden. Furthermore, if you make the bar transparent, you risk that the white icon buttons are not visible to the visitor when overlaying the image. Therefore, it has no functional purpose and is not recommended.

Go to Settings -> custom -> custom CSS:
Code
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0) !important;
}
 
User avatar
famartinez
Topic Author
Posts: 7
Joined: 18 Feb 2016, 01:53

Re: Bar in pop up

01 Apr 2016, 11:15

mjau-mjau wrote:First of all, the bar is only visible when there is mouse activity from the visitor, else it is hidden. Furthermore, if you make the bar transparent, you risk that the white icon buttons are not visible to the visitor when overlaying the image. Therefore, it has no functional purpose and is not recommended.

Go to Settings -> custom -> custom CSS:
Code
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0) !important;
}
Thank you very much, this is what I wanted. I like it