Skip to content

Instantly share code, notes, and snippets.

View MyListingClub's full-sized avatar

MyListing Club MyListingClub

View GitHub Profile
@MyListingClub
MyListingClub / MyListing Dashboard Menu Bar Design
Last active January 26, 2021 20:17
CSS | MyListing Dashboard Menu Bar Design
//// INSTRUCTIONS:
//// Copy and paste any of the code snippets below into Theme Tools > Theme Options > Custom Code > CSS.
---------------------------CODE SNIPPET IS BELOW THIS LINE---------------------------------------------------------
/* DASHBOARD MENU BAR */
.woocommerce-MyAccount-navigation ul li.current-menu-item a i {
color: #65bdaa !important;
}
.woocommerce-MyAccount-navigation ul li a {
@MyListingClub
MyListingClub / Hide Sign in and Register from the Nav Menu
Last active October 12, 2020 13:26
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;
}