Hello, I am using Joomla 4.2.6 and Helix Ultimate and the latest version of Phoca Gallery.
I would like to remove the shadow around the thumbnails. But can't find a solution for this. A search didn't turn up anything either. I can't find a CSS file for it either.
Is it possible to remove the drop shadow, as I would prefer a flat design?
Thanks for hints.
Hide the shadow on thumbnails
-
- Phoca Member
- Posts: 14
- Joined: 22 Dec 2022, 10:06
Hide the shadow on thumbnails
Last edited by smoky on 22 Dec 2022, 10:43, edited 1 time in total.
Tags:
-
- Phoca Member
- Posts: 14
- Joined: 22 Dec 2022, 10:06
Re: Hide the shadow on thumbnails [Solved]
Oh, this post ( viewtopic.php?t=64041 )got me on the track. I was able to remove the shadow now.
For the following users: It can be found under Components -> Phoca Gallery -> Styles and then in the -> "theme_simple.css" (for me) in line 108 to 110.
I commented that out and the shadow is gone.
For the following users: It can be found under Components -> Phoca Gallery -> Styles and then in the -> "theme_simple.css" (for me) in line 108 to 110.
I commented that out and the shadow is gone.
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Hide the shadow on thumbnails [Solved]
Hi,
Thanks for your feedback.
Example could be: (starting line 114)
Kind regards
Christine
Thanks for your feedback.
Amendments should be done in your e.g. user.css or custom.css - depends on your template, to avoid overriding after PG Update.smoky wrote: ↑22 Dec 2022, 10:39 Oh, this post ( viewtopic.php?t=64041 )got me on the track. I was able to remove the shadow now.
For the following users: It can be found under Components -> Phoca Gallery -> Styles and then in the -> "theme_simple.css" (for me) in line 108 to 110.
I commented that out and the shadow is gone.
Example could be: (starting line 114)
Code: Select all
.pg-category-box-image svg,
.pg-detail-item-image-box img,
.pg-item-box-image img,
.pg-item-box-image svg,
.pg-category-box-image img{
box-shadow: none;
}
Kind regards
Christine
-
- Phoca Member
- Posts: 14
- Joined: 22 Dec 2022, 10:06
Re: Hide the shadow on thumbnails
Achja, hatte ich mir gedacht. Aber ich scheiterte bei dem Versuch, eine eigene CSS-Datei anzulegen. Oder nutze ich dafür die vorangelegte (bisher leere) Default.css?
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Hide the shadow on thumbnails
Nein, nicht die default.css nehmen.
Grundsätzlich: Für Änderungen (nicht nur PG betreffend) gibst Du CSS Änderungen in eine custom.css.
Im Helix Ultimate siehe hier:
https://www.joomshaper.com/documentatio ... ss-js-meta
Liebe Grüße
Christine
Grundsätzlich: Für Änderungen (nicht nur PG betreffend) gibst Du CSS Änderungen in eine custom.css.
Im Helix Ultimate siehe hier:
https://www.joomshaper.com/documentatio ... ss-js-meta
Liebe Grüße
Christine