Task:6993 | Правки СЕО

pull/36/head
parent de3195c897
commit 855f5f8abc
  1. 2
      wp-content/themes/cosmopet/static/css/front-page.css
  2. BIN
      wp-content/themes/cosmopet/static/img/arrow-main.png
  3. 2
      wp-content/themes/cosmopet/templates/_pages/front-page.twig
  4. 2
      wp-content/themes/cosmopet/templates/modal/login.twig

@ -3563,7 +3563,7 @@ color: #f4f1f0;
@media (min-width: 769px) and (max-width: 1200px) {
.home .container {
padding: 88px 30px 180px !important;
padding: 0px 30px 180px !important;
}
.reviews_item .swiper-fade .swiper-slide {
width:100%!important;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -6,7 +6,7 @@
{% block content %}
<section class="home {% if site_region == 'ae' %}home_ae{% endif %}">
<h1 class="home__title invisible">{{ function('pll_e', 'Заголовок (скрытый) H1 на главной') }}</h1>
<h1 class="home__title invisible">{% if site_region == 'ru' %}Cosmopet — официальный интернет-магазин гипоаллергенных кормов для кошек и собак{% elseif site_region == 'ae' %}Cosmopet — Official Online Store for Hypoallergenic Cat and Dog Food{% endif %}</h1>
<div class="container">
<div class="home__swiper">

@ -38,7 +38,7 @@
</div>
<div class="login_wrap login_success hide">
<div class="login_inner active">
<h2 class="login_title">{% if site_region == 'ru' %}Спасибо<br />за авторизацию{% elseif site_region == 'ae' %}Thank you for authorizing!{% endif %}</h2>
<h2 class="login_title">{% if site_region == 'ru' %}Спасибо за авторизацию{% elseif site_region == 'ae' %}Thank you for authorizing!{% endif %}</h2>
<div class="login_subtitle">{% if site_region == 'ru' %}Теперь вы можете получать промокоды за покупки.{% elseif site_region == 'ae' %}Now you can receive promo codes for purchases.{% endif %}</div>

Loading…
Cancel
Save