2aef7fb1 by Jeff Balicki

www

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent cc0adf4d
......@@ -15736,6 +15736,10 @@ p.intro {
display: none;
}
.em-event-admin-editor.em-event-editor {
max-width: 800px;
}
.css-event-form h3, .css-event-form .h3 {
color: #1A3668 !important;
font-size: 28px !important;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -41,9 +41,9 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
get_template_part( 'loop-templates/content', 'page' );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) {
comments_template();
}
//if ( comments_open() || get_comments_number() ) {
// comments_template();
// }
}
?>
......
.event-form-bookings{
display: none;
}
.em-event-admin-editor.em-event-editor{
max-width: 800px;
}
.css-event-form{
h3{
color: #1A3668!important;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0051
Version: 1.2.0052
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......