Style cart module

Phoca Cart - complex e-commerce extension
instantinlaw
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Feb 2020, 02:39

Style cart module

Post by instantinlaw »

Hello, can anyone tell me where I can find the css for the cart module? The text is just too small as is. See left: https://eyecandy.ltd/ Thanks

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

Re: Style cart module

Post by christine »

Hi,

it's this CSS: https://eyecandy.ltd/media/com_phocacart/css/main.css
example:

Code: Select all

.ph-small {
font-size: x-small;
}
etc.
To change CSS, you should create (in generell) a custom.css: https://www.joomshaper.com/documentatio ... ustom-code > see under "Custom Code" for Helix Ultimate.

Kind regards
Christine
instantinlaw
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Feb 2020, 02:39

Re: Style cart module

Post by instantinlaw »

Thank you for the quick reply. :)
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: Style cart module

Post by christine »

You're welcome!
Kind regards
Christine
Post Reply