[Support request] ADD MY ACCOUNT LINK IN MAIN NAVIGATION

Home Forums Support [Support request] ADD MY ACCOUNT LINK IN MAIN NAVIGATION

Home Forums Support ADD MY ACCOUNT LINK IN MAIN NAVIGATION

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #553100
    Leo
    Staff
    Customer Support

    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;
        }
    }
    #553160
    Marco

    This css works perfect! Thanks

    #553209
    Leo
    Staff
    Customer Support

    No problem!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.