Attached is the image to reference. joomla 3.6.4 Phoca 4.3.1
https://www.access1alarm.com/photo-gallery
https://www.access1alarm.com/images/pho ... hoca-1.png
1.) The folder icon removal: How? I searched but did not find the way to do it that worked.
2.) I did not want the title of the categories on the front page but when I took it to 0, I lose the title of the subcategory. I would just like to remove the categories name on the front page only. Shown in the image
2 Questions on Categories Main Page
- jbx007
- Phoca Newbie
- Posts: 7
- Joined: 19 Oct 2016, 21:32
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 2 Questions on Categories Main Page
Hi,
1) Add to your template CSS or Phoca Gallery CSS:
2) The same like by 1), add following code to your template CSS:
1) Add to your template CSS or Phoca Gallery CSS:
Code: Select all
.pg-csv-name {
background: transparent;
}
Code: Select all
.pg-csv-name {
display: none;
}
If you find Phoca extensions useful, please support the project
- jbx007
- Phoca Newbie
- Posts: 7
- Joined: 19 Oct 2016, 21:32
Re: 2 Questions on Categories Main Page
Thank you! perfect!
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 2 Questions on Categories Main Page
Ok
If you find Phoca extensions useful, please support the project