How to set font size in CSS

  • micebcd
    Asked on September 25, 2015 at 3:03 AM

    Dear,

    i want to resize the font in Terms & conditions cos its too big.

     

    tks

     

    Jason

  • Sammy
    Replied on September 25, 2015 at 4:14 AM

    Hi Jason,

    Kindly use the following CSS snippet in the custom CSS tab of you widget


    #scrollContent
    {
    font-size:40%;
    }

    How to set font size in CSS Image 1 Screenshot 20

    You can use % or px values to achieve your ideal font size.