Reply To: Header Image

Homepage Community Forums Aspire Theme Support Header Image Reply To: Header Image

#18689
Eric
Customer

    Here’s how to do it with CSS. You could adjust your CSS, or simply add the following code to your CSS and it would override it.

    .front-page .site-header {
        margin-top: -60px !important;
        padding: 0;
    }
    
    .site-header {
        position: relative !important;
        top: 80px !important;
    }
    
    .site-header.light {
    	background: none !important;
    }
    

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