Page 1 of 1

Remove folder icon from Categories

Posted: 21 Apr 2022, 17:59
by quiggles
Joomla 4.1.2
Phoca Gallery 4.5

Image

Is it possible to get rid of the folder icon circled in red?

Cheers
Gary

Re: Remove folder icon from Categories

Posted: 21 Apr 2022, 19:30
by Benno
Hi,
yes, this is possible:
create a phoca gallery custom.css and copy and paste this code:
.ph-si-category {
display: none;
}
Backend:
Image

Image

Fromtend:
Image

Kind regards,
Benno

Re: Remove folder icon from Categories

Posted: 21 Apr 2022, 20:57
by quiggles
Many thanks for the quick response!

Re: Remove folder icon from Categories

Posted: 21 Apr 2022, 22:54
by Benno
You're welcome!

Kind regards,
Benno