Shop Categories

X

Reply To: mobil look

Home Forums Agama Pro mobil look Reply To: mobil look

#27619
Zex
Moderator

Hello, Barnabas!

Try to insert the following codes into Customizing->General->Additional CSS:

.top-nav-wrapper{
    box-shadow: none!important;
}
@media screen and (max-width: 992px){
.top-navigation div.top-nav-menu>ul, .top-navigation ul.top-nav-menu {
    display: block!important;
    }
    #masthead{
        background-size: contain!important;
    }
    .mobile-menu-icons {
    visibility: hidden;
}
}

Regards

  • This reply was modified 3 years, 1 month ago by Zex.