diff --git a/blocks/mainnews.php b/blocks/mainnews.php index be0edda..5765a2d 100644 --- a/blocks/mainnews.php +++ b/blocks/mainnews.php @@ -17,7 +17,7 @@ if ( $q->have_posts() ) :
- <?the_title();?> + <?the_title();?>
diff --git a/footer.php b/footer.php index 71b83f0..f53bab2 100644 --- a/footer.php +++ b/footer.php @@ -10,8 +10,8 @@ - '']);?> - + '']);?> + '']);?> diff --git a/header.php b/header.php index 62308f6..ed4db6c 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/index.php b/index.php index 083c7a1..9b30cae 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,7 @@ $nn = 0;?>
- <?the_title();?> + <?the_title();?> @@ -80,7 +80,7 @@ $nn = 0;?> 'mob-lite']);?> - 'mob-lite']);?> + 'mob-lite']);?> 'mob-lite']);?> diff --git a/single.php b/single.php index 3d181f0..24a8c74 100644 --- a/single.php +++ b/single.php @@ -45,7 +45,11 @@
-
+
+ +

Свежие отраслевые новости на нашем канале в Telegram

+

Добавьте «Ветеринарию и жизнь» в избранное в ЯНДЕКС.НОВОСТИ

+
diff --git a/style.css b/style.css index f122eda..9f57e9d 100644 --- a/style.css +++ b/style.css @@ -795,7 +795,7 @@ a{ } .mini-card-img{ - /** width: 372px; + /* width: 372px; height: 216px; */ position: relative; width: 100%; @@ -1675,6 +1675,19 @@ img-fluid{ text-align: left; margin: 0; } + + #mainpage-title{ + display: none; + } + + .main-card-title{ + font-size: 18px; + text-align: left; + } + + .main-card-text{ + display: none; + } }