Merge pull request #5696 from Jerryby/wordpress

svg logo
This commit is contained in:
gregory-p
2021-09-13 13:48:06 +03:00
committed by GitHub
4 changed files with 4 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
if ($slug != 'publish-your-book'):?>
<header>
<div id="header-menu" class="cont">
<a href="<?= site_url(); ?>" class="main-logo"><img alt="Logo test" src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>"></a>
<a href="<?= site_url(); ?>" class="main-logo"><img alt="Logo test" src="<?= get_theme_file_uri('/assets/img/logo.svg'); ?>"></a>
<?php
if (has_nav_menu('top')) {

View File

@@ -12,7 +12,7 @@
<div class="feature-block promo facebook right-img">
<div class="cont">
<div class="fb-img"><img src="<?= get_theme_file_uri('/assets/img/promo-page/live-feature4.png'); ?>" alt=""></div>
<div class="fb-title logo"><img src="<?= get_theme_file_uri('/assets/img/livecarta-logo.png'); ?>" alt=""></div>
<div class="fb-title logo"><img src="<?= get_theme_file_uri('/assets/img/livecarta-logo.svg'); ?>" alt=""></div>
<div class="fb-title">Your all-in-one publishing platform</div>
<div class="fb-title bottom">Get your book published and delivered to a global audience or selected groups</div>
<div class="fb-text">

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.8 KiB