Hiding the image icon when using Phoca gallery plugin

Phoca Gallery - image gallery extension
DavidB2026
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 20 Jun 2026, 08:32

Hiding the image icon when using Phoca gallery plugin

Post by DavidB2026 »

Hello,

A few days you resolved a query about hiding the image icon in the image caption by editing the user.css. This worked well.

Having switched to the Phoca gallery plugin, the image icon has re-appeared.

Can you tell me how to hide the image icon in the title when using the plugin please?

With thanks
David
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10200
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Hiding the image icon when using Phoca gallery plugin

Post by Benno »

Hi,
For now, I can also hide the image icon for the plugin using the same code I mentioned in the first thread.

Code: Select all

.ph-si-image {
display: none;
}
So please check whether the code is still in your Cassiopeia user.css file. You may also need to clear your browser cache or your Joomla cache.
In the JS console, I also see 4 JS errors (all related to cloudflareinsights.com) that might also be contributing to the issue:
Image


Kind regards,
Benno
User avatar
christine
Phoca Hero
Phoca Hero
Posts: 3002
Joined: 28 Nov 2010, 17:20

Re: Hiding the image icon when using Phoca gallery plugin

Post by christine »

Hi,

In addition to Benno's comment:

Your user.css is currently empty.

The user.css is normally loaded last, so it's the *boss* file.

However: You currently have a custom.css file, which is loaded after the user.css.

Take the code you entered there in custom.css, move it to the user.css file, and then delete the custom.css file.

Kind regards,
Christine
Post Reply