Page 1 of 1

Changing photoswipe upper gray strip color

Posted: 19 Mar 2024, 12:54
by Erol.Uygur
How do I make upper gray strip in photoswipe invisible or of different color?

I'm using Phoca Gallery version 5.0.0 on Joomla 5.03..

Re: Changing photoswipe upper gray strip color

Posted: 24 Mar 2024, 18:40
by christine
Hi,

Where exactly is such an upper gray strip? If we could see the URL with the gallery, we can say more about it.

Kind regards
Christine

Re: Changing photoswipe upper gray strip color

Posted: 28 Mar 2024, 22:18
by Erol.Uygur
Hi,
Here is the related link...
https://selcukeroglu.com/index.php/en/w ... id=1&pid=1

Kind regards,
Erol

Re: Changing photoswipe upper gray strip color

Posted: 29 Mar 2024, 13:07
by christine
Hi Erol,

Thank you for your link.
I don't see an upper gray strip, but a gray background around the photos.
It comes from here (template sourced):

.ttr_home-copy-copy_html_column00 {
background: red; /*example color*/
}

Also see tables mso element (ms office).

One possibility could be, for example only (in your custom.css)

Code: Select all

.ph-photo-plugin-container {
background: green;
border: 2px solid blue;  
}
or:

Code: Select all

.ph-photo-plugin-box {
background: green;
border: 2px solid blue;  /* or: border: none; */
}
Kind regards
Christine

Re: Changing photoswipe upper gray strip color

Posted: 29 Mar 2024, 15:06
by christine
Hi,

You have changed something ...... Because when you open the page, you immediately see a photo swipe image now.

Possible color change:

Code: Select all

#ttr_header_inner {
background: blue !important;
}
Image

Buttons: By linking media video in the top bar, these are not made visible.

Kind regards
Christine