Home › Forums › Exoplanet › change header hight / delete it completly › Reply To: change header hight / delete it completly
April 30, 2018 at 3:44 pm
#4581
Yazmin
Keymaster
In the customizer, go to Additional CSS and add the following CSS code
(change 000 for the actual page ID of the page you wish to apply this to, e.g. page-id-26)
.page-id-000 .header-title {
padding: 0;
}
This will reduce the space above and below the page title down to zero.