How to increase the font size inside the Toggled Content widget

  • Ashevy3
    Asked on March 1, 2018 at 1:15 PM

    I have tried to copy and paste suggested CSS code from various places in the support forum but none of what I have tried is working. I have also tried posting the CSS code in the Form rather than in the widget itself but have been unsuccessful.

  • Marvih
    Replied on March 1, 2018 at 2:06 PM

    Please try the code below and insert it on the Widget's Custom CSS tab.

    div#content{

    font-size: 17px;

    }

    How to increase the font size inside the Toggled Content widget Image 10


    Please let us know if you need help.