Tagged: CSS
Hi
I have a third party application that sits inside a content class and works but its CSS and Enfold CSS have conflicts. I have tested with no enfold CSS in place and the app renders perfectly the way it should. The app has its CSS hosted remotely.
Is there any way I can disable the CSS inheritance for this particular class either:
<div class=”template-page content nine alpha units”>
or
<div class=”post-entry post-entry-type-page post-entry-10″>
Or if there is any other smart way to embed this and avoid the conflicts
Your help is much appreciated
Thanks
Hi SlickBear!
No, not that I know of. You would need to write your own css to undue the theme css. Typically plugins should always have prefixed css classes to prevent them from causing a conflict with anything else on a theme.
Best regards,
Devin