Remove small folder icon next to category name

Phoca Gallery - image gallery extension
corconsulting
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 17 Nov 2021, 23:50

Remove small folder icon next to category name

Post by corconsulting »

I would like to remove the small folder icon next to the category name but I can't seem to find where this is. i have it set to show images instead of the large folder but I don't see in this new version a way to select your icon. I would prefer no icon or to set it to a logo.

https://mindsoulmeditations.com/index.php/art-gallery

I just want the category name to appear over the image.

Any suggestions on where I can make this change?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Remove small folder icon next to category name

Post by Jan »

Hi, there can be two ways:

a) the simplest way - just hide i per CSS
b) make an template override of the Phoca Gallery output file which displays the box

Did you try to do the a)?

Jan
If you find Phoca extensions useful, please support the project
christine
Phoca Hero
Phoca Hero
Posts: 2738
Joined: 28 Nov 2010, 17:20

Re: Remove small folder icon next to category name

Post by christine »

Hi,
Jan wrote: 27 Feb 2024, 18:26

Did you try to do the a)?
Put following Code into your custom.css
https://www.joomshaper.com/documentatio ... ss-js-meta

Code: Select all

.ph-si-category {
display: none;
}
Kind regards
Christine
Post Reply