Okay
  Public Ticket #2869490
How to remove login icon form Menu
Closed

Comments

  • Tahir Amin started the conversation

    Hello I want to remove the Login Icon from the Primary Menu, how to do that, 

    Screenshot Attached

    Thank you ! 

  •  29
    Dmitry replied

    Hello Dear Tahir Amin!

    To hide login/logout icon, please click WP Dashboard => Appearance => Customize => Additional CSS and insert here this code: 

     .header-button__login {
        display: none;
    } .header-button__divider {   
        display: none;
    }

     
    Then click "Publish" buttons and check the result. 


    Best Regards!