Skip to content

Instantly share code, notes, and snippets.

@MyListingClub
Last active October 12, 2020 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MyListingClub/2b9389e582abb99d7cc6bc80593ceb8f to your computer and use it in GitHub Desktop.
Save MyListingClub/2b9389e582abb99d7cc6bc80593ceb8f to your computer and use it in GitHub Desktop.
CSS | Hide Sign in and Register from the Nav Menu
//// INSTRUCTIONS:
//// Copy and paste any of the code snippets below into Theme Tools > Theme Options > Custom Code > CSS.
---------------------------CODE SNIPPET IS BELOW THIS LINE---------------------------------------------------------
/* ML - HIDE SIGN IN AND REGISTER FROM NAV MENU */
.header .user-area.signin-area,
.header .mob-sign-in {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment