I am currently utilizing template (A) which comes with its own set of CSS files. I'd like to include another template (B) within template A, but the issue arises when the CSS from template B causes some forms to appear differently due to conflicting styles.
Is there a way to merge all CSS files from both templates without causing conflicts with form styles? Can I assign priority to specific CSS rules or is there a tool available that can combine multiple CSS files into one seamless stylesheet?
Alternatively, is it possible to apply a single CSS file to only one specific div?