Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium How to disable excerpt text shown below page title?
- This topic has 6 replies, 2 voices, and was last updated 3 years, 9 months ago by Andre Flores.
- AuthorPosts
- March 17, 2021 at 1:48 pm #1091594Maurice CouwenbergParticipant
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
March 19, 2021 at 12:08 am #1092316Andre FloresModeratorHello 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,
AndreMarch 22, 2021 at 3:00 am #1093306Maurice CouwenbergParticipantThis reply has been marked as private.March 22, 2021 at 3:36 am #1093327Maurice CouwenbergParticipanthi,
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
March 23, 2021 at 2:38 am #1093869Andre FloresModeratorHello 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,
AndreMarch 23, 2021 at 3:31 am #1093919Maurice CouwenbergParticipantThis reply has been marked as private.March 26, 2021 at 4:42 am #1095696Andre FloresModeratorThis reply has been marked as private. - AuthorPosts
- You must be logged in to reply to this topic.