Home Forums WoodMart support forum Hide Account section in mobile menu

Hide Account section in mobile menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #217687

    samiul123
    Participant

    Hey I want to hide the woocommerce part (Login/Register) at the end of the mobile menu
    How can I do that?

    Attachments:
    You must be logged in to view attached files.
    #217761

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body  .site-mobile-menu .my-account-with-text {
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)