Hello,
what for do we need custom.css, when all style from it will be overwritten by following css styles. Example:
<link href="/templates/gridboxcore/css/custom.css" rel="stylesheet" type="text/css" />
<link href="/components/com_baforms/assets/css/ba-style.css" rel="stylesheet" type="text/css" />
If I will change style for
.ba-terms-conditions input[type="checkbox"]{
an do it in file:
/components/com_baforms/assets/css/ba-style.css
So with next update of component the file will be overwritten, so changed must be in some safe place, file.
Please think about it and fix in the next releases.