- This topic has 7 replies, 2 voices, and was last updated 2 years, 3 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘Trusted’ is closed to new topics and replies.
Hello, how can I remove the excerpt text displayed under the page title?
Add this snippet of custom CSS at ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
.featured-post .featured-excerpt p {
display: none;
}
In case your interested, Trusted Pro has extra options for Featured Services section, including writing your own title, sub-title text (in place of the auto generated excerpt), button text, link, image, number of features etc.
Sorry I just realised you didn’t say if you are asking about the excerpt displayed under the page title of each of the featured services on the homepage, or if you are asking about the excerpt under the page title on the single page.
The excerpt on the single page can be removed in the page editor under the ‘Excerpt’ section of the page editor options sidebar.
the page title on the single page.
Hello, can you answer my question?
Yes of course please ask your question and I’ll do my best to help.
Hello, how can I remove the excerpt text displayed under the page title in the single pages?
I want to display the excerp only in the home page, in the feautured services, thank you.
Add this custom CSS at ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
.main-excerpt {
display: none;
}