Change Font Size for Product Price & Options

  • Gordon Steel
  • Topic Author
  • Offline
  • New Member
  • New Member
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.

More
9 years 5 months ago #74620 by Davide
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 :)
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
  • Administrator
More
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

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong