Archived topic
ADD MY ACCOUNT LINK IN MAIN NAVIGATION
17 replies · Started by Iván on February 24, 2018
Viewing posts 16–18 of 18
Can you try this CSS:
@media (max-width: 768px) {
body .main-navigation .sf-menu>li.menu-item-float-right.hide-on-mobile {
display: none !important;
}
}
This css works perfect! Thanks
No problem!
This archived topic is closed to new replies.