Retrieve parts of the default theme CSS

I wish to use the intl-tel-input library in a form. The problem is styling, as the default CSS overrides the styling, breaking (a.o.) the country selector.

As disabling CSS for a single field doesn’t sound plausible, my question is:

How do I disable the default theme CSS, but retrieve parts of it (efficiently) so I can retain most of the default styling, but can add custom CSS?

This includes not having to !important every customization.

Reason for this is for example: I’d like to retain the styling for the datepicker as that is quite nice and don’t wish to re-implement the entire styling for it.

I am using GF 2.7

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.