Joomla (3.9.4) loads the css files connected to chronoforms after my custom.css. This overrides my desired shape and color of buttons. I cannot change the order of laoding css files, since this happens in my template's index.php (based on protostar) by the command
Has anybody succeeded in letting the custom css win over bootstrap css?
I do not want to deactivate bootstrap generally by chronoform's 'style' dropdown - most of it is very welcome. It's just about getting the buttons fit into my design.
<jdoc:include type="head" />which I cannot influence.
Has anybody succeeded in letting the custom css win over bootstrap css?
I do not want to deactivate bootstrap generally by chronoform's 'style' dropdown - most of it is very welcome. It's just about getting the buttons fit into my design.
Hi Herkel,
You can add Custom CSS in the form Designer tab. Use the Form and element IDs and the !important attribute to over-ride the default settings.
Bob
You can add Custom CSS in the form Designer tab. Use the Form and element IDs and the !important attribute to over-ride the default settings.
Bob
This topic is locked and no more replies can be posted.