badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to remove page header?

#64211

Please go to the Appearance > Customizer > Additional CSS and again paste below custom css code to remove the white rectangle area.

.site-main .type-page {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;
}

Thanks