תפריט חגית קמר css
Sun Jun 09 2024 10:43:55 GMT+0000 (Coordinated Universal Time)
Saved by
@odesign
selector li a::before{
opacity: 1 !important;
position: relative;
transform: translateY(2px);
z-index: 2 !important;
}
selector li a{
gap: 6px !important;
z-index: 2 !important;
}
.nav-home a::before{
content: url(https://ways2learn.co.il/wp-content/uploads/Mask-Group-62.svg) !important;
}
.nav-blog a::before{
content: url(https://ways2learn.co.il/wp-content/uploads/Mask-Group-64.svg) !important;
}
.nav-courses a::before{
content: url(https://ways2learn.co.il/wp-content/uploads/Mask-Group-71.svg) !important;
}
.nav-reco a::before{
content: url(https://ways2learn.co.il/wp-content/uploads/v.svg) !important;
}
.nav-school a::before{
content: url(https://ways2learn.co.il/wp-content/uploads/elearning-icon-1.svg) !important;
}
selector li:hover a:after{
content: '';
width: calc(100% - 4px);
height: calc(100% - 4px);
background-color: #fff;
position: absolute;
left: 2px;
top: 2px;
border-radius: 50px;
z-index: -2;
}
selector li:hover, selector .elementor-item-active{
background-image: linear-gradient(90deg, #1BC5E4, #7C19FF);
border-radius: 50px !important;
}
selector .elementor-item-active:hover:after{
content: none !important;
}
selector li{
border-radius: 50px !important;
}
selector li a{
transition: all 0s !important;
}
selector .menu-item a.elementor-item-active::before{
filter: brightness(0) invert(1) !important;
}
selector .elementor-nav-menu{
gap: 8px;
}
@media (max-width: 1224px){
selector .elementor-nav-menu--dropdown{
width: 300px !important;
padding:10px !important;
}
selector .elementor-nav-menu--dropdown a{
max-width: 300px !important;
margin-bottom: 5px !important;
}
content_copyCOPY
Comments