LOGIN
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
3 changed files
with
3 additions
and
3 deletions
3.15 MB
14.7 KB
| ... | @@ -24,14 +24,14 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { | ... | @@ -24,14 +24,14 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { |
| 24 | ?> | 24 | ?> |
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | <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'); ?>);"> | 27 | <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);"> |
| 28 | <div class="full-image-login"> | 28 | <div class="full-image-login"> |
| 29 | <div class="container"> | 29 | <div class="container"> |
| 30 | <div class="hero-content row"> | 30 | <div class="hero-content row"> |
| 31 | <div class="col align-self-center"> | 31 | <div class="col align-self-center"> |
| 32 | 32 | <img width="580" height="254" src="/wp-content/themes/understrap-child/images/logo.png" class="img-fluid" alt="StellerVista Connect" decoding="async" > | |
| 33 | <?php | 33 | <?php |
| 34 | the_custom_logo(); | 34 | |
| 35 | while ( have_posts() ) { | 35 | while ( have_posts() ) { |
| 36 | the_post(); | 36 | the_post(); |
| 37 | get_template_part( 'loop-templates/content', 'page' ); | 37 | get_template_part( 'loop-templates/content', 'page' ); | ... | ... |
-
Please register or sign in to post a comment