Forums

Custom CSS Page File...

arrick 15 Apr, 2015
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?
GreyHead 16 Apr, 2015
Hi moorear,

You can set the Form Theme to None on the Styles Tab to remove some of the CSS. I'm not sure if that removes all of it though.

Bob
This topic is locked and no more replies can be posted.