Adding new sections not working. Activity prerequisite styles changed

Re: Adding new sections not working. Activity prerequisite styles changed

by nick wilson -
Number of replies: 0

Found the solution to this problem. The .modal CSS was updated to display: none. This issue was resolved by replacing CSS with display: block; !important. 

Solution found for the theme activity completion as well. Overwritten css from bootstrap was causing the issue. Had to make and override the label-info class and change it's styles.