Personal Information Font size

Support forumCategory: QuestionsPersonal Information Font size
b.borisov asked 6 years ago
Hello, could you please tell me how I can change the font size of the Personal information block. May be it could be done with some CSS rules,, but I'm not familiar with CSS. I would like to have it with bigger font, to be more readable.   Kind Regards, Boris
1 Answers
Nikola Loncar Staff answered 6 years ago
Hi, you can place custom style inside settings. This will do the trick:  
.final.final, .final.final input, .final.final select, .final.final textarea { font-size: 20px; }
Best regards, Nikola