- Posts: 1
- Thank you received: 0
Change Font Size for Product Price & Options
- Gordon Steel
- Topic Author
- Offline
- New Member
-
Less
More
9 years 5 months ago - 9 years 5 months ago #74484
by Gordon Steel
Change Font Size for Product Price & Options was created by Gordon Steel
Hi as you can see from the the screenshot the Font Size for Product Price & Options is huge, is there a way to change this?
Attachments:
Last edit: 9 years 5 months ago by Gordon Steel.
Please Log in or Create an account to join the conversation.
- Davide
-
- Offline
- Premium Member
-
Less
More
- Posts: 139
- Thank you received: 42
9 years 5 months ago #74620
by Davide
Replied by Davide on topic Change Font Size for Product Price & Options
Price and Options are h2 tags, you can change font-size with template css or Eshop custom css. For example:
.product-price h2 {
font-size: 15px !important;
}
.product-options h2 {
font-size: 15px !important;
}
Price has several elements inside, each with class or tag that can be used to customize appearence
.product-price h2 {
font-size: 15px !important;
}
.product-options h2 {
font-size: 15px !important;
}
Price has several elements inside, each with class or tag that can be used to customize appearence

The following user(s) said Thank You: Giang Dinh Truong
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
-
- Offline
- Administrator
-
9 years 5 months ago #74719
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Change Font Size for Product Price & Options
Thank you Davide!
I also have already supported customer via ticket system.
Sincerely, Giang
I also have already supported customer via ticket system.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
Moderators: Giang Dinh Truong
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.