I have the following in a "Load CSS" on the "On Load":
<?php
echo \JURI::root().'css/formscss/wia-regForm.css';
?>
It pulls in the css fine, but I have to chase down css in about 15 different places to get my form to look how I want... How do I kill all the other css in an individual form so that I don't have to manage the layout in so many places?
<?php
echo \JURI::root().'css/formscss/wia-regForm.css';
?>
It pulls in the css fine, but I have to chase down css in about 15 different places to get my form to look how I want... How do I kill all the other css in an individual form so that I don't have to manage the layout in so many places?