Hi Guys,
I would like to have 2 font sizes in the pricing table – price row
p.m. should be same size as the other font sizes in that coloum.. how can I do this?
thanks
Hey jeffreyvanoostrom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-desc-col li.avia-pricing-row {
font-size: inherit;
font-weight: inherit;
}
Cheers!
Yigit
Hi Yigit,
Worked great ( I added: text-align: right;)
Thanks for the fast and super good support
Regards,
Jeff
Oh I cheered too early. The padding is too small now. please check.
Thanks
BR
Jeff
Hi!
Please add following code to Quick CSS as well
.avia-desc-col li.avia-pricing-row { min-height: 115px; }
Regards,
Yigit
Awesome, that worked.
Thanks Yigit!