Reply To: HTML5/Genesis 2.0 sticky header

Homepage Community Forums Epik Theme Support HTML5/Genesis 2.0 sticky header Reply To: HTML5/Genesis 2.0 sticky header

#6529
David Chu
Customer

    Hi,
    I agree that Eric’s code should work, as long as it’s in the Epik style.css.

    I see interference from a bunch of inline styles, I don’t know if that’s coming from Jetpack or something else, you’ll have to hunt that down. This code is in there, and the 2nd line is adding an extra dollop of background color. If that can be deleted or at least set to “background-color: inherit;”, then the bar revealed by Eric’s code will look nice, with the background color and the image.

    .site-header .wrap {
      background-color: #293F5E !important;
      padding: 1rem 0;
    }

    Dave