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
Hiding the image icon when using Phoca gallery plugin
-
DavidB2026
- Phoca Newbie

- Posts: 7
- Joined: 20 Jun 2026, 08:32
- Benno
- Phoca Hero

- Posts: 10200
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Hiding the image icon when using Phoca gallery plugin
Hi,
For now, I can also hide the image icon for the plugin using the same code I mentioned in the first thread.
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:

Kind regards,
Benno
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;
}In the JS console, I also see 4 JS errors (all related to cloudflareinsights.com) that might also be contributing to the issue:
Kind regards,
Benno
- christine
- Phoca Hero

- Posts: 3002
- Joined: 28 Nov 2010, 17:20
Re: Hiding the image icon when using Phoca gallery plugin
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
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