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
Hide Category Name
-
- Phoca Newbie
- Posts: 4
- Joined: 22 Feb 2018, 14:06
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Hide Category Name
Hi,
you could try with:
Kind regards
Christine
you could try with:
in your main (compiled) CSS of JA template.h3.pd-ctitle {
display:none;
}
Kind regards
Christine
-
- Phoca Newbie
- Posts: 4
- Joined: 22 Feb 2018, 14:06
Re: Hide Category Name
I Try but it's still so
How I can hide it?
How I can hide it?
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Hide Category Name
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
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Hide Category Name
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
as you are using t3-framework: check this please: http://www.t3-framework.org/documentati ... ustom-file > Custom.css File
Kind regards
Christine
-
- Phoca Newbie
- Posts: 4
- Joined: 22 Feb 2018, 14:06
Re: Hide Category Name
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
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Hide Category Name
Hi,
either with CSS:
or checking the options (backend): https://www.phoca.cz/documents/17-phoca ... e-joomla-3
Christine
either with CSS:
Code: Select all
div.pdtop {
display:none;
}
Kind regardsDisplay Up Icon > (Yes | No) Display or hide up icon - icon back to category or back to categories view
Christine
-
- Phoca Newbie
- Posts: 4
- Joined: 22 Feb 2018, 14:06
Re: Hide Category Name
thanks a lot
You're great
You're great
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Hide Category Name
You are welcome!
Kind regards
Christine
Kind regards
Christine