Category Title Colors

Phoca Download - download manager
sthetix
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 02 Sep 2013, 02:51

Category Title Colors

Post by sthetix »

Dear Phoca,

How to change the category title color? (see picture) - apart from Joomla default template colors.

thx

Image
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Category Title Colors

Post by christine »

Hi,
try following (at the end of your template.css):

title only:

Code: Select all

.pd-title a {
color:green;  
}
title and numbers:

Code: Select all

.pd-title, a {
color:green;  
}
Kind regards, Christine
sthetix
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 02 Sep 2013, 02:51

Re: Category Title Colors

Post by sthetix »

I am sorry but that is not working.
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Category Title Colors

Post by christine »

Hi,

As there is no live URL, I took CSS from the PD DEMO: https://www.phoca.cz/joomla3demo/phoca-download-demo and it works.
Just to show you with the 1st Code (previous post) with red color:

Image

Kind regards, Christine
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48550
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Category Title Colors

Post by Jan »

Hi, if it does not work, try to check your template for !important rules, etc. if they do not override other styles.
If you find Phoca extensions useful, please support the project
Post Reply