How do I remove the ES styling for the Bootstrap alerts? I'd like to revert to the original bootstrap styles in order to have consistency across my site that uses the regular bootstrap styles in other areas.
Hello John,
To remove ES alerts styling, you will need to go to /media/com_easysocial/styles/core/easysocial.less comment out line:16.
e.g.:
from
@import "alerts";
to
// @import "alerts";
After that go to /administrator/index.php?option=com_easysocial&view=themes&layout=compiler rebuild the stylesheets.