Hi,
Please see the screenshot and tell what you want to change 1 or 2 or both.
https://ibb.co/fjY95e
Thanks
Hi,
I’d like to be able to change both of them. I don’t know the exact font size I need, I would have to do some tests.
One more interesting thing would be the ability to change text capitalization, is it possible?
Thanks in advance!
Andrea
use this blow CSS
.headings_2979 {
font-size: 14px;
}
and for next
.pricingTable_2979 .price-value_2979 {
font-size: 41px;
}
Thanks
Sorry I put both of them in the Custom CSS but nothing changed 🙁
Am I doing something wrong? I tried both individually and altogether.
Tranks
Please update the plugin on version 0.0.8 and try with this blow CSS
.headings_2979 {
font-size: 14px !important;
text-transform: none !important;
}
and for next
.price-value_2979 {
font-size: 41px !important;
}
looking forward to your reply.
Thanks
It worked as a charm!
Thank you so much, very helpful!
Now I just need to find a way to hide the money value, I’ll try to find a way.
Thank you very much! 🙂
Best regards
Andrea
Hi Andrea,
Try this code for hiding currency icon.
.currency_2979 {
display: none;
}
And If you like our plugin and Support then please please rate us.
Click here for rate us.
It will be appreciated
Kind regards