Hide Category Name

Phoca Download - download manager
santoropietro1984
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Feb 2018, 14:06

Hide Category Name

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2724
Joined: 28 Nov 2010, 17:20

Re: Hide Category Name

Post by christine »

Hi,
you could try with:
h3.pd-ctitle {
display:none;
}
in your main (compiled) CSS of JA template.

Kind regards
Christine
santoropietro1984
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Feb 2018, 14:06

Re: Hide Category Name

Post by santoropietro1984 »

I Try but it's still so
How I can hide it?
christine
Phoca Hero
Phoca Hero
Posts: 2724
Joined: 28 Nov 2010, 17:20

Re: Hide Category Name

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2724
Joined: 28 Nov 2010, 17:20

Re: Hide Category Name

Post 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
santoropietro1984
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Feb 2018, 14:06

Re: Hide Category Name

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2724
Joined: 28 Nov 2010, 17:20

Re: Hide Category Name

Post 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
santoropietro1984
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 22 Feb 2018, 14:06

Re: Hide Category Name

Post by santoropietro1984 »

thanks a lot
You're great
christine
Phoca Hero
Phoca Hero
Posts: 2724
Joined: 28 Nov 2010, 17:20

Re: Hide Category Name

Post by christine »

You are welcome!
Kind regards
Christine
Post Reply