Page 1 of 1

Hiding the image icon when using Phoca gallery plugin

Posted: 25 Jun 2026, 08:25
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

Re: Hiding the image icon when using Phoca gallery plugin

Posted: 25 Jun 2026, 10:23
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

Re: Hiding the image icon when using Phoca gallery plugin

Posted: 25 Jun 2026, 10:51
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