Home Forums Trusted Pro Hide Excerpt on Pages Reply To: Hide Excerpt on Pages

#5729
Andy
Keymaster

OK, I don’t really understand why you would add an excerpt to a page and then hide it with CSS, but anyway here is the CSS code to hide the page excerpt – add this to Customize > Additional CSS:

.main-excerpt {
    display: none;
}

There shouldn’t be a sizing issue as the above CSS will make the excerpt area appear to be not there so it will have zero height and zero width.