Page 1 of 1

2 Questions on Categories Main Page

Posted: 26 Nov 2016, 22:16
by jbx007
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

Re: 2 Questions on Categories Main Page

Posted: 28 Nov 2016, 23:28
by Jan
Hi,

1) Add to your template CSS or Phoca Gallery CSS:

Code: Select all

.pg-csv-name {
    background: transparent; 
}
2) The same like by 1), add following code to your template CSS:

Code: Select all

.pg-csv-name {
  display: none; 
}

Re: 2 Questions on Categories Main Page

Posted: 05 Dec 2016, 07:11
by jbx007
Thank you! perfect!

Re: 2 Questions on Categories Main Page

Posted: 07 Dec 2016, 18:34
by Jan
Ok