Pricing item

Hi,

How i can change font size for list items in pricing item?

Thanks



Comments

  • Hi,

    Your website has under construction enabled.

    However, please try the following CSS code:

    .pricing-box ul li{
     font-size: 30px;
     line-height: 35px;
    }
    

    Put it in the Custom CSS field on the page where you use the Pricing element.

    Best regards

Sign In or Register to comment.