Reply To: Epik header image not showing up

Homepage Community Forums Epik Theme Support Epik header image not showing up Reply To: Epik header image not showing up

#6478
Eric
Customer

    WordPress adds it’s own code for the header and gives it the “!important” which means it has priority. So lets go one more step above and add #head-wrap in front of the #header just like this –

    #head-wrap #header {
        background-position: center top !important;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com