Global CSS
/* Place here any CSS code that you would like to affect both the Default and Home themes*/ .header h1 a span{ display: none; } .header h2{ display:none; } .header h1 a,.header h1 a:hover{ display: block; margin: 0; padding:0; background-image: url(http://makerbase.wdfiles.com/local--files/css%3Aglobal-css/header.png); background-repeat: no-repeat; background-size: contain; height: 10vh; width: 42.1vh; position: absolute; } .main-content h2 { border-bottom: .5px solid #333; z-index: -1; } .container.footer { display: none; }