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
remove icon before the image title
-
- Phoca Newbie
- Posts: 2
- Joined: 13 May 2023, 06:51
- Benno
- Phoca Hero
- Posts: 9689
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: remove icon before the image title
Hi,
add this code:
to the custom.css (or if Cassiopeia user.css) of your template.
Kind regards,
Benno
add this code:
Code: Select all
.ph-si-image {
display: none;
}
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 2
- Joined: 13 May 2023, 06:51
Re: remove icon before the image title
Thank you very much, it works instantly.
best regards
emhat
best regards
emhat
- Benno
- Phoca Hero
- Posts: 9689
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: remove icon before the image title
You're welcome!
Kind regards,
Benno
Kind regards,
Benno