This topic is locked
[SOLVED]

 Sections on a Form

7/16/2019 4:54:02 AM
PHPRunner General questions
B
Bernie author

Is it possible to do anything with section headers on a form (change font or colour)?

admin 7/16/2019

Yes, you should be able to do so using global Custom CSS under Editor. For instance, if you need to change all section titles you can use something like this:

div.panel-heading {

color: red !important;

}