Trying to Remove Header Image

Hi!

I was trying to remove the grey block on top of my page since I don’t want to put a header image.
Does anyone know how to remove it in customize or with added CSS or HTML?

Thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the callout by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove callout*/
.header-callout {
    display: none;
}

Best Regards,
Support

I want remove header image from this specific page http://sharpdigitalexpert.com/about-us/ can any one help me?

Hello @mohammedpalsani,

I hope you are doing well today.

This is using the Illdy theme so please post this issue in a new post in the Illdy sub forum.

Best Regards,
Support