Home / Admin / Header Menu Styling
Duplicate Snippet

Embed Snippet on Your Site

Header Menu Styling

Custom styling for the header menu

<10
Code Preview
css
.w-nav-icon>div:before {
	width: 50%;
}
.w-nav-icon>div:after {
	width: 75%;
}
.w-nav-control:hover .w-nav-icon>div:before {
	width: 75%;
	transition: all 0.3s ease-in-out;
}
.w-nav-control:hover .w-nav-icon>div:hover {
	transition: all 0.3s ease-in-out;
}
.w-nav-control:hover .w-nav-icon>div:after {
	width: 50%;
	transition: all 0.3s ease-in-out;
}
.w-nav-control.active:hover .w-nav-icon>div:after {
	width: 100%;
}
.w-nav-control.active .w-nav-icon>div:after {
	width: 100%;
}
.l-footer .layout_ver .widget_nav_menu ul li:before {
    display: none;
}
.l-footer .layout_ver .widget_nav_menu ul li {
    padding-left: 0;
}
.l-footer .w-iconbox.style_outlined.color_contrast .w-iconbox-icon {
    box-shadow: 0 0 0 2px #fff inset;
}
.l-footer .mobile-nav img {
    display: none;
}
.mobile-nav img {
    max-width: 125px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}
.w-nav-close:before {
	font-weight: 300;
}
.ush_menu_1 .w-image {
	height: auto !important;
}
#menu-item-137 {
    display: none;
}
.l-footer .menu-item-137 {
    display: none;
}
.l-footer .btn.menu-item>a {
    line-height: inherit !important;
    padding: inherit !important;
    background: none !important;
    color: inherit !important;
}
.l-footer .btn.menu-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.l-footer .btn.menu-item>a:hover {
    background: none !important;
    color: #f58427 !important;
}
.header-c2a:hover {
	background: #fff;
	color: #d61a21;
}
.header-c2a:hover a {
	background: #fff;
	color: #d61a21;
}
@media screen and (max-width: 768px) {
	.us_menu_1 .menu>li, .widget_meta ul li, .widget_pages ul li, .widget_archive ul li, .widget_categories ul li, .widget_recent_entries ul li, .l-footer .widget_nav_menu ul li {
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
	#menu-item-137 {
        display: block;
    }
}

Comments

Add a Comment