Page 1 of 1

Font how to change it in CSS?

Posted: Tue May 25, 2021 2:19 am
by plamastus
Hi,

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

Thanks,

Re: Font how to change it in CSS?

Posted: Tue May 25, 2021 5:46 am
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

Re: Font how to change it in CSS?

Posted: Tue May 25, 2021 10:16 am
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,

Re: Font how to change it in CSS?

Posted: Tue May 25, 2021 10:28 am
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.