After fixing the header alerts being hidden by the nav-bar, the bright red text for success and info alerts didn't seem appropriate (my opinion). I added the following to the template's stylesheet_colors.css file to use the standard Bootstrap text colors:
For me, the bright red text for danger and warning alerts were fine.Code:/* Keep standard bootstrap alert colors */ .alert.alert-success {color:#155724;} .alert.alert-info {color:#0c5460;}
Bookmarks