forked from LiveCarta/LiveCartaWP
@@ -154,7 +154,7 @@ require_once 'inc/walker-nav-menu.php';
|
|||||||
if ($('#header-parser .sign-block').length){
|
if ($('#header-parser .sign-block').length){
|
||||||
inHTML = $('#header-parser .sign-block')[0].outerHTML;
|
inHTML = $('#header-parser .sign-block')[0].outerHTML;
|
||||||
$('header .cont').append(inHTML);
|
$('header .cont').append(inHTML);
|
||||||
$('.mobile-nav').append(inHTML);
|
$('.mobile-nav .mm-bg').append(inHTML);
|
||||||
}
|
}
|
||||||
if ($('#header-parser #is-guest').length){
|
if ($('#header-parser #is-guest').length){
|
||||||
$('#header-parser #is-guest').appendTo($('header .cont'));
|
$('#header-parser #is-guest').appendTo($('header .cont'));
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ header {
|
|||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
header .mobile-menu .btn-toggle-menu:hover {
|
header .mobile-menu .btn-toggle-menu:hover {
|
||||||
color: #999; }
|
color: #999; }
|
||||||
header .mobile-nav {
|
header .mobile-nav .mm-bg {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user