mobile styling updates, fix index and news page
This commit is contained in:
@@ -27,7 +27,7 @@ get_header();
|
||||
<div class="<?= apply_filters('bootscore/class/container', 'container', 'page-full-width-image'); ?> <?= apply_filters('bootscore/class/featured-full-width-img/container', 'h-100 d-flex align-items-end pb-3', 'page-full-width-image'); ?>">
|
||||
<div class="<?= apply_filters('bootscore/class/full-width-img-title-wrapper', 'full-width-img-title-wrapper', 'page-full-width-image'); ?>">
|
||||
<?php do_action( 'bootscore_before_title', 'page-full-width-image' ); ?>
|
||||
<?php the_title('<h1 class="entry-title ' . apply_filters('bootscore/class/entry/title', '', 'page-full-width-image') . '">', '</h1>'); ?>
|
||||
<h1 class="entry-title"><?php get_the_title(get_option('page_for_posts'))?></h1>
|
||||
<?php do_action( 'bootscore_after_title', 'page-full-width-image' ); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user