By John Whelan on Friday, 09 May 2014
Posted in General Issues
Likes 0
Views 0.9K
Votes 0
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.
·
Friday, 09 May 2014 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks!
·
Saturday, 10 May 2014 01:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi John,

You are welcome
Sam
·
Thursday, 15 May 2014 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post