MediaWiki

Difference between revisions of "Common.css"

From Boundary Devices Wiki

Line 8: Line 8:
 
   }
 
   }
 
}
 
}
.title-name {
+
#navwrapper > nav > ul > li.name > div > a > div {
   display: none;
+
   display: none !important;
 
}
 
}
 
.top-bar-logo {
 
.top-bar-logo {

Revision as of 17:03, 2 December 2020

/* CSS placed here will be applied to all skins */

/***** START *****/
/* Edit the Top Bar and Menu */
@media only screen and (min-width: 40.0625em) {
   .top-bar { 
      background: #fff !important;
   }
}
#navwrapper > nav > ul > li.name > div > a > div {
   display: none !important;
}
.top-bar-logo {
   margin: 20px 10px 10px 20px;
}
/* Edit the Top Bar and Menu */
/***** END *****/