Font how to change it in CSS?

Ask the community for help and support.
Post Reply
plamastus
VIP Member
VIP Member
Posts: 83
Joined: Fri Mar 12, 2021 2:09 am
Has thanked: 1 time
Been thanked: 2 times

Font how to change it in CSS?

Post by plamastus »

Hi,

How do I add a smaller font in the .css?

Thanks,
patrick
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: Font how to change it in CSS?

Post by heatherbell »

plamastus wrote: Tue May 25, 2021 2:19 amHow do I add a smaller font in the .css?
Just make smaller or a different font? Everywhere or just in some places?
Have you referred to these resources?
https://phoenixcart.org/phoenixcartwiki ... and_Colour
https://www.youtube.com/watch?v=jQlE5h6V7AI
https://www.youtube.com/watch?v=kq1RtV1-5hw
plamastus
VIP Member
VIP Member
Posts: 83
Joined: Fri Mar 12, 2021 2:09 am
Has thanked: 1 time
Been thanked: 2 times

Re: Font how to change it in CSS?

Post by plamastus »

I only want to change the product name and the product title. It seems way to big when seen on an iPad. https://geishacoffee.com

Thanks,
patrick
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: Font how to change it in CSS?

Post by heatherbell »

plamastus wrote: Tue May 25, 2021 10:16 amI only want to change the product name and the product title. It seems way to big when seen on an iPad.
Teach a man to fish:
https://phoenixcart.org/phoenixcartwiki ... and_Colour

Give a man a fish:

Code: Select all

.cm-pi-name .display-4, .cm-pi-price .display-4{
font-size: 1.5rem !important;
}
Change the size to whatever you want.
Enter in your template/static/user.css and save.
Post Reply