Styling Category Name

Phoca Cart - complex e-commerce extension
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 265
Joined: 07 Nov 2018, 14:55

Styling Category Name

Post by Nidzo »

I want to add class to Category Name but I can't find what file to edit to make override.
Any help is appreciated!

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

Re: Styling Category Name

Post by christine »

Hi,

Sorry, I don't understand, what exactly you mean.

For example Demo: https://www.phoca.cz/phocacartdemo/ to change e.g. the color of "AUDI":

Code: Select all

.ph-item-content h3 {
color: blue;
}
We need more information or live URL.

Kind regards
Christine
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 265
Joined: 07 Nov 2018, 14:55

Re: Styling Category Name

Post by Nidzo »

Code: Select all

.ph-item-content h3
That's it! Thank you! Too much work and could not see obvious thing! :x
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: Styling Category Name

Post by christine »

Hi,

That's fine and thanks for your feedback.
Kind regards
Christine
Post Reply