• Hi! I am using the Tesseract theme and I changed the code somewhat. This is my header code now:

    /* =11. Header area
    ————————————————————– */

    .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    }

    .<.siteheader>{
    position: absolute;
    top: 0px;
    }

    .site-branding. hide-header-text .site-title {
    display: none;
    }

    .site-title {
    display: none;
    }

    I’ve got my menu to stick when I scroll, which was my goal. But now I’ve made the CSS so that my site title always appears in the header. I have two requests:

    1. Could someone post the original header area CSS for Tesseract?
    2. How do I get the site title out of the header?

    Thanks!

    • This topic was modified 9 years, 5 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘header CSS’ is closed to new replies.