Theme4Press › Forums › evolve › how to prevent header image being obscured by menu and content › Reply To: how to prevent header image being obscured by menu and content
#29998
|
Hello Emma,
Thank you for reaching out to us.
We can add simple custom CSS to have the header image displayed correctly. Kindly paste the CSS code below on your Theme Options> Custom CSS
1 2 3 |
.custom-header { min-height: 150px !important; } |
Let me know if this helps.