Page 1 of 1

Bar in pop up

Posted: 31 Mar 2016, 13:02
by famartinez
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

Re: Bar in pop up

Posted: 31 Mar 2016, 22:50
by mjau-mjau
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;
}

Re: Bar in pop up

Posted: 01 Apr 2016, 11:15
by famartinez
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