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
-
- Phoca Member
- Posts: 35
- Joined: 04 May 2023, 21:28
-
- Phoca Hero
- Posts: 2818
- 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
-
- 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.
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Remove Image Name in Plugin
Bitte schön.
Christine
Christine