How do I remove the image title from the plugin when used in a custom HTML module?
https://postimg.cc/QVnG4jVz
Remove Image Name in Plugin
-
Agent Smith
- Phoca Member

- Posts: 35
- Joined: 04 May 2023, 21:28
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Remove Image Name in Plugin
Hi,
which Plugin do you mean? Could we see it somewhere?
Try following code (user.css if it's Cassiopeia):
Kind regards
Christine
which Plugin do you mean? Could we see it somewhere?
Try following code (user.css if it's Cassiopeia):
Code: Select all
.pg-item-box-title.image {
display: none;
}Christine
-
Agent Smith
- Phoca Member

- Posts: 35
- Joined: 04 May 2023, 21:28
Re: Remove Image Name in Plugin
Aha, so einfach ist das.
Vielen Dank.
Vielen Dank.
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Remove Image Name in Plugin
Bitte schön.
Christine
Christine