Home Forums WoodMart support forum Button in mobile menu

Button in mobile menu

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

    atiam1982
    Participant

    is it possible to add a button to the mobile menu as in the picture?

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

    Hung Pham
    Keymaster

    Hi atiam1982 ,

    Thanks for reaching to us.

    – Go to Appearance > Menus > and add Custom Link menu item https://prnt.sc/sQCs0MjXAmkb and add Custom Class to it, for e.g: mobile-btnhttps://prnt.sc/wmCcj5g4KZmH

    – Add below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:

    #menu-mobile-navigation li.mobile-btn{
    	background-color: #000;
    }
    
    #menu-mobile-navigation li.mobile-btn a{
    	color: #fff;
    	justify-content: center;
    }

    Regards,

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