- This topic has 4 replies, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Reduce header image section height’ is closed to new replies.
Hi,
I would like to remove the image on the header and reduce the section height. I do not see any configuration to alter this. Can you pls let me know what can be done?
Regards
You can remove the image by going to Customize > Header Image and selecting ‘Hide Image’. The ‘Current Header’ setting will now display the text “No image set” instead of a thumbnail of the previously selected image.
Hi,
Yes, this I have done. But I want to reduce the size of this empty section too. For this, I cannot find any configuration. Please let me know how to change this.
Thank you.
Try this Additional CSS:
.main-header {
min-height: auto !important;
padding-top: 80px !important;
}
Works perfectly !.. Thank you !