Home Forums Trusted remove excerpt text under page title

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15826
    info@estudionet.net
    Participant

    Hello, how can I remove the excerpt text displayed under the page title?

    #15827
    Andy
    Keymaster

    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.

    #15828
    Andy
    Keymaster

    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.

    #15829
    info@estudionet.net
    Participant

    the page title on the single page.

    #15843
    info@estudionet.net
    Participant

    Hello, can you answer my question?

    #15847
    Andy
    Keymaster

    Yes of course please ask your question and I’ll do my best to help.

    #15848
    info@estudionet.net
    Participant

    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.

    #15849
    Andy
    Keymaster

    Add this custom CSS at ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

    .main-excerpt {
      display: none;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Trusted’ is closed to new topics and replies.