Home › Forums › Exoplanet Pro › How to remove page titles from header › Reply To: How to remove page titles from header
March 18, 2017 at 10:09 pm
#1250
Andy
Keymaster
Add this in Customize > Additional CSS:
.header-title,
.title-header {
display: none;
}
After adding that code, if you want the header to not have extra vertical padding (so it is same height as logo/menu header) select the ‘Below’ option.