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?
Remove small folder icon next to category name
-
- Phoca Member
- Posts: 13
- Joined: 17 Nov 2021, 23:50
- Jan
- Phoca Hero
- Posts: 48689
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove small folder icon next to category name
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
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
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: Remove small folder icon next to category name
Hi,
https://www.joomshaper.com/documentatio ... ss-js-meta
Kind regards
Christine
Put following Code into your custom.css
https://www.joomshaper.com/documentatio ... ss-js-meta
Code: Select all
.ph-si-category {
display: none;
}
Christine