Home › Forums › Bizplan Pro › Header image doesn't display in static page mode › Reply To: Header image doesn't display in static page mode
Hello @Kuyman ,
Thank you for using Bizplan Pro. We have checked your website URL and can see the header image on every page. You are using larger image, maybe that’s the case you have seen zoomed banner images. Please add some lines of CSS code, it will cover your requirement. For that, go to Dashboard > Appearance > Customize > Additional CSS and paste below code:
.wrap-inner-banner {
-webkit-box-shadow: cover;
-moz-box-shadow: cover;
-ms-box-shadow: cover;
-o-box-shadow: cover;
box-shadow: cover;
}
Regarding the background color, you can use white background by default behind the logo. So it will fit in default and fixed header.
Hope it will help.
Best Regards!!!
-
This reply was modified 5 years, 8 months ago by
keonthemes.