Page 1 of 1

Hide Category Name

Posted: 22 Feb 2018, 14:14
by santoropietro1984
Hi
How I hide Category name, when I list a specific category of Phoca Download Component?

I attach a image file link for you see
https://ibb.co/g7NVCc

The site is:
http://taxlawfirm.it/index.php/it/circolari

Thanks a lot

Re: Hide Category Name

Posted: 22 Feb 2018, 15:04
by christine
Hi,
you could try with:
h3.pd-ctitle {
display:none;
}
in your main (compiled) CSS of JA template.

Kind regards
Christine

Re: Hide Category Name

Posted: 22 Feb 2018, 16:56
by santoropietro1984
I Try but it's still so
How I can hide it?

Re: Hide Category Name

Posted: 22 Feb 2018, 18:07
by christine
Hi,

Can't see the code mentioned above (with inspector). You should know, in which CSS you are usually write/add codes.
Check e.g. your theme.css of your JA template.

Kind regards
Christine

Re: Hide Category Name

Posted: 22 Feb 2018, 20:32
by christine
in addition:

as you are using t3-framework: check this please: http://www.t3-framework.org/documentati ... ustom-file > Custom.css File

Kind regards
Christine

Re: Hide Category Name

Posted: 23 Feb 2018, 10:31
by santoropietro1984
Hi Christine
Thanks a lot the the solution of my problem
There is only a little question?

https://ibb.co/fZAafx

Can I hide also this image?

Thanks thanks Christine

Re: Hide Category Name

Posted: 23 Feb 2018, 12:44
by christine
Hi,

either with CSS:

Code: Select all

div.pdtop {
display:none;  
}
or checking the options (backend): https://www.phoca.cz/documents/17-phoca ... e-joomla-3
Display Up Icon > (Yes | No) Display or hide up icon - icon back to category or back to categories view
Kind regards
Christine

Re: Hide Category Name

Posted: 23 Feb 2018, 12:52
by santoropietro1984
thanks a lot
You're great

Re: Hide Category Name

Posted: 23 Feb 2018, 13:12
by christine
You are welcome!
Kind regards
Christine