Home Forums Bizplan Pro Header image doesn't display in static page mode Reply To: Header image doesn't display in static page mode

#909
Anonymous
Inactive

I have solved the overlay problem. I added this to the additional CSS area after going through your original code and seeing what the overlays were called.

.banner-overlay, .post-content-overlay .post-thumb figure a, .block-portfolio .gallery-thumb .hidden-content {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
}
.wrap-inner-banner .page-header {
  background-color: rgba(255, 255, 255, 0.1);
}