Difference between revisions of "Common.css"
From Boundary Devices Wiki
Line 8: | Line 8: | ||
} | } | ||
} | } | ||
− | + | .title-name { | |
display: none; | display: none; | ||
} | } |
Revision as of 17:02, 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; } } .title-name { display: none; } .top-bar-logo { margin: 20px 10px 10px 20px; } /* Edit the Top Bar and Menu */ /***** END *****/