How to disable excerpt text shown below page title?

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium How to disable excerpt text shown below page title?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1091594
    Maurice Couwenberg
    Participant

    hello,

    the theme standard shows the excerpt text directly below the page title. I want to hide this. Is this possible?

    reference https://beachapartmentportugal.eu/contacts/

    Thanks in advance

    Maurice

    #1092316
    Andre Flores
    Moderator

    Hello Maurice,

    You may easily remove the text right from the page Excerpt: https://prnt.sc/10ppu0w. If you want to have it there and simply hide on the page, add the following code under Appearance ->Customize ->Additional CSS:

    .page-id-275 .page-description {
    	display: none;
    }

    Regards,
    Andre

    #1093306
    Maurice Couwenberg
    Participant
    This reply has been marked as private.
    #1093327
    Maurice Couwenberg
    Participant

    hi,

    after solving the excerpt text showing in the title, I now set the feature photo of every page. This is shown a the top of the page, in my case not desired. Can you give me the code to hide this please.

    In my next site, I will rethink design of the page, so I can better make use of the template 🙂

    thanks in advance

    Maurice

    #1093869
    Andre Flores
    Moderator

    Hello Maurice,

    Would you like to hide the featured image on all the pages? If so, add the following code:

    #page .post-thumbnail {
    	display: none;
    }

    If not, add .page-id-275 instead of #page in the code above.

    Regards,
    Andre

    #1093919
    Maurice Couwenberg
    Participant
    This reply has been marked as private.
    #1095696
    Andre Flores
    Moderator
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.