header and big title section same background, emmet themeFree and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet header and big title section same background, emmet theme Search for: SearchThis topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago by J. Davis.Viewing 3 posts - 1 through 3 (of 3 total)AuthorPosts June 16, 2016 at 10:37 pm #325630 JonasGuestI would like the header and the big title section to use the same background picture. How is that possible? June 17, 2016 at 12:36 am #325668 JonasGuestso basicly it should work with making the header transparent. I tried .site-header{ background:transparent; }in simple css but the header background remains white. what can i do?Thanks, Jonas June 17, 2016 at 11:44 am #325855 J. DavisKeymasterHi Jonas, Yes, you have made .site-header class transparent but there is also .main-header one with white background. Please refer to styles below on how to achieve the desired result:.main-header{ background:transparent; } .site-header{ background:rgba(50,65,85,0.75); } .site-header:after{ display:none; }Best regards, JohnAuthorPostsViewing 3 posts - 1 through 3 (of 3 total)You must be logged in to reply to this topic.Log In Username: Password: Keep me signed in Log In