358

How to Hide Sign In and Register from the Navigation Menu

Powered by WPCodeBox

Enhance your MyListing website’s design with this code snippet, allowing you to easily hide the “Sign In” and “Register” links from the navigation menu for a cleaner, more streamlined user experience.


/**
 * Author: MyListing Club
 * Author URI: https://mylisting.club
 */

.header .user-area.signin-area,
.header .mob-sign-in {
  display: none !important;
}

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.