remove icon before the image title

Phoca Gallery - image gallery extension
mhlai
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 13 May 2023, 06:51

remove icon before the image title

Post by mhlai »

Hello,
I cannot remove the icon below the image and just before the image title. Anyone have an idea and can help me?
Thank you very much

emhat

Tags:
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9689
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: remove icon before the image title

Post by Benno »

Hi,
add this code:

Code: Select all

.ph-si-image {
 display: none;
}
to the custom.css (or if Cassiopeia user.css) of your template.

Kind regards,
Benno
mhlai
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 13 May 2023, 06:51

Re: remove icon before the image title

Post by mhlai »

Thank you very much, it works instantly.
best regards

emhat
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9689
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: remove icon before the image title

Post by Benno »

You're welcome!

Kind regards,
Benno
Post Reply