c8172704 by Jeff Balicki

LOGIN

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 49ac09ac
......@@ -24,14 +24,14 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) {
?>
<div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);">
<div class="hero-container header-section blur-image" data-src="/wp-content/themes/understrap-child/images/login.png" style="--med-image: url(/wp-content/themes/understrap-child/images/login.png);">
<div class="full-image-login">
<div class="container">
<div class="hero-content row">
<div class="col align-self-center">
<img width="580" height="254" src="/wp-content/themes/understrap-child/images/logo.png" class="img-fluid" alt="StellerVista Connect" decoding="async" >
<?php
the_custom_logo();
while ( have_posts() ) {
the_post();
get_template_part( 'loop-templates/content', 'page' );
......