Comments 3Daniel started the conversationOctober 2, 2016 at 8:33pmHello,How can i enlarge font size Button, Price and Whishlist text.Thank you 1,558Laborator repliedOctober 2, 2016 at 9:00pmHi Daniel,This is for the price: .laborator-woocommerce .product-single .entry-summary .price > .amount, .laborator-woocommerce .product-single .entry-summary .price span.woocommerce-Price-currencySymbol { font-size: 50px !important; } This is for the button: .laborator-woocommerce .product-single .entry-summary .single_add_to_cart_button.button.alt.btn-default { font-size: 30px !important; } And this is for the Wishlist: .yith-wcwl-wishlistaddedbrowse.show { font-size: 20px !important; }Best regards,Laborator Team Documentation Join Kalium Users Group 3Daniel repliedOctober 2, 2016 at 9:05pmThanks a lot, but working only button. 1,558Laborator repliedOctober 3, 2016 at 12:05pmHi Daniel,If you see in your previous ticket we provided the code for your price and that is why it's not working, because you have the code two times and the second time you put it on the CSS it didn't take any effect.Best regards,Laborator Team Documentation Join Kalium Users Group 3Daniel repliedOctober 3, 2016 at 12:09pmWorking good! Thanks! Sign in to reply ...
Hello,
How can i enlarge font size Button, Price and Whishlist text.
Thank you
Hi Daniel,
This is for the price:
This is for the button:
And this is for the Wishlist:
Best regards,
Laborator Team
Thanks a lot, but working only button.
Hi Daniel,
If you see in your previous ticket we provided the code for your price and that is why it's not working, because you have the code two times and the second time you put it on the CSS it didn't take any effect.
Best regards,
Laborator Team
Working good! Thanks!