Cart Module - change font size?

Phoca Cart - complex e-commerce extension
MAXambient
Phoca Enthusiast
Phoca Enthusiast
Posts: 85
Joined: 13 Feb 2020, 17:49

Cart Module - change font size?

Post by MAXambient »

Hopefully my last question for today :-) I display the cart module right beside the main part of the webpage and the headline is easy to change in t´s size, but the rest of the text (see maxambient.de) is very small. Did not find a place to change this.

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47883
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Cart Module - change font size?

Post by Jan »

All the items include class "ph-small", so you can change it in your template css and set another rule.

E.g.:

Code: Select all

.phItemCartBox .ph-small {
	font-size:medium
}
which will change the x-small font size in cart module to medium.

Image

Jan
If you find Phoca extensions useful, please support the project
MAXambient
Phoca Enthusiast
Phoca Enthusiast
Posts: 85
Joined: 13 Feb 2020, 17:49

Re: Cart Module - change font size?

Post by MAXambient »

Coool, thank you :-)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47883
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Cart Module - change font size?

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
supportotecinf
Phoca Member
Phoca Member
Posts: 19
Joined: 31 Jul 2019, 20:28

Re: Cart Module - change font size?

Post by supportotecinf »

Hi, what is the correct syntax to put in the CSS class class suffix field?
MAXambient
Phoca Enthusiast
Phoca Enthusiast
Posts: 85
Joined: 13 Feb 2020, 17:49

Re: Cart Module - change font size?

Post by MAXambient »

Hm, can´t say this cause there is no ph-small in the template.css

I use Helix
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Cart Module - change font size?

Post by christine »

MAXambient wrote: 22 Apr 2020, 08:02 Hm, can´t say this cause there is no ph-small in the template.css

I use Helix
In general, you can add (changed codes) into your custom.css of Helix.
See Custom Code: https://www.joomshaper.com/documentatio ... ustom-code

Kind regards
Christine
MAXambient
Phoca Enthusiast
Phoca Enthusiast
Posts: 85
Joined: 13 Feb 2020, 17:49

Re: Cart Module - change font size?

Post by MAXambient »

Cool, thanks a lot, that helped Perfect :-)
supportotecinf
Phoca Member
Phoca Member
Posts: 19
Joined: 31 Jul 2019, 20:28

Re: Cart Module - change font size?

Post by supportotecinf »

i use astroid
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Cart Module - change font size?

Post by christine »

Hi MAXambient,

thanks for your feedback.

@ supportotecinf,
Does your question belongs to this thread? viewtopic.php?f=44&t=61154.
It's better to write in your own thread. Thanks.

Kind regards
Christine
Post Reply