Composer Pro: Site Description Background Home › Forums › General Forums › Composer Pro: Site Description Background Tagged: Composer Pro This topic has 7 replies, 2 voices, and was last updated 7 years ago by han. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts April 4, 2018 at 2:53 pm #5959 Luckinson AkposParticipant Hello, How do i remove the Site Description Background? Please Help Thanks. Akpos April 4, 2018 at 2:56 pm #5960 hanKeymaster Hi Akpos, what do you mean with Site Description background. Can you send screenshot? Thanks, Han April 4, 2018 at 3:05 pm #5961 Luckinson AkposParticipant I can but how can i upload the screenshot? April 4, 2018 at 3:58 pm #5968 hanKeymaster please email the screenshot to hello@themehall.com April 4, 2018 at 4:36 pm #5970 Luckinson AkposParticipant I have sent the screenshot via email. April 4, 2018 at 4:50 pm #5971 hanKeymaster You can hide the header background image globally via CSS. Go to “Appearance > Customize > CSS” and insert this code .banner { background-color: #4c4c4c; background-image: none !important; } Or if you want to hide the background on blog post only, use this code instead .singular-post .banner { background-color: #4c4c4c; background-image: none !important; } Feel free to change the background color as you like. April 4, 2018 at 6:01 pm #5972 Luckinson AkposParticipant Thanks. Please site description is not displaying…HELP April 5, 2018 at 8:40 am #5975 hanKeymaster Can you share your website URL? Or try this code instead .banner { background-color: #333333 !important; background-image: none !important; } Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must login to reply to this topic.