forked from LiveCarta/LiveCartaWP
LAW-9028
This commit is contained in:
@@ -150,6 +150,9 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<header class="header">
|
||||
<div class="cont">
|
||||
<div class="header-cont">
|
||||
<button class="header-menu-toggle header-btn mobile" title="Open Menu">
|
||||
<span class="icon-menu"></span>
|
||||
</button>
|
||||
<a href="/" class="logo" title="Logo" tabindex="0">
|
||||
<img src="<?= get_theme_file_uri('/assets/img/logo.svg'); ?>" alt="Logo">
|
||||
</a>
|
||||
@@ -277,9 +280,6 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
hrmHtml += `</button>`;
|
||||
}
|
||||
hrmHtml += `
|
||||
<button class="header-menu-toggle header-btn mobile" title="Open Menu">
|
||||
<span class="icon-menu"></span>
|
||||
</button>
|
||||
<a class="header-btn circle" href="${linksObject.cart}" title="My Cart" tabindex="0">
|
||||
<span class="icon-shop"></span>
|
||||
${frontSettings?.cartItemsCount > 0 ? `<span class="num">${frontSettings.cartItemsCount}</span>` : ''}
|
||||
|
||||
Reference in New Issue
Block a user