Use DIV Custom Attributes to add style

In PHPMkaer it possibile to change or add new format or style to a field simply using DIV TAG “CUSTOM ATTRIBUTES” in this format:you must use ARRAY format of PHPexample: to append a new style form the font-size of a field[“style” => “font-size:28px”]

Yes, you may use the Custom Attributes under View Tag. You may also add your CSS styles directly under HTML → Styles → User tab, note that each field has its own id attribute, you should use it to select your field element. Right click the element in the browser and select “Inspect” to check the CSS selector.