• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Marek
  • Private: No
  • Open Date: 19.05.17, 18:25
  • Opened by: matteo cirio
  • Closed by: Marek
  • Closed on: 24.05.17, 14:37
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10423 - increase font size on product page

Hello, I would need to increase by 20% the font size of product pages such as this one: https://www.finebarrel.com/en/wines/valpolicella-doc-2016-tenuta-casaletti.html
Would you be able to suggest a css to change to do this?
Thanks
Matteo

Comments

Marek 23 May 2017, 13:06

What text exactly you want to increase?

matteo cirio 23 May 2017, 16:02

Those highlighted in red in the print screen attached.

Marek 23 May 2017, 16:39

Try following css:

#pb-left-column .page-product-box td,
#pb-left-column p span {font-size:15px}
matteo cirio 24 May 2017, 09:18

Thanks. but now I have the impression that the price got smaller (see file attached). How can I bring the price font at the same size as the others?

Marek 24 May 2017, 14:12

Try this:

#pb-left-column #our_price_display {font-size:24px}
matteo cirio 24 May 2017, 14:36

perfect! Thanks
you can close the ticket