Home › Forums › Free Themes › Education Hub › how to hide page title from being shown on page
Tagged: hide title of page
- This topic has 24 replies, 7 voices, and was last updated 6 years, 3 months ago by wensolutions.
-
AuthorPosts
-
November 24, 2017 at 8:09 am #59047LuAlexiParticipant
Thank you! From the menu, everything is fine-it’s gone!
But with the title I do not understand how to fill correctly.
I do not quite understand in English. The page has a name, but where to insert it?
If it’s not difficult, you can send, as the CSS will look for the header in my case. (as for the menu)
I will be very grateful
November 24, 2017 at 10:11 pm #59089wensolutionsKeymasterHello lualexi,
Actually we are having trouble in understanding in your query .
If you meant by the title that appear at the top right then you can change the it by going to Admin Panel > Appearance > Customize > Site Identity.
If this is not what you meant then provide the screen marking the section .
Hope this helps .
Best Regards!!
November 25, 2017 at 4:35 am #59107LuAlexiParticipantI brought it here. This is not true?
November 26, 2017 at 11:14 pm #59185wensolutionsKeymasterHello @lualexi,
Now when we inspected the site URL we find the title of the page as well so now to remove the title of the page and the menu section in that page use below given CSS.
.page-id-45 div#main-nav { display: none; } .page-id-45 h1.entry-title { display: none; }
Hope this helps .
Let us know if you have any issue further .
Best Regards!!
November 27, 2017 at 9:11 am #59218LuAlexiParticipantDoes not work.
The menu disappears and the title does not appear.
I tried different browsers, cleaned the cache, but ….
The title seemed to stick. Set the “clean” WP-result is the same.Here’s another site
http://fabermazlish-rus.ru/https://yadi.sk/i/iBMpnJPz3Q68SN
https://yadi.sk/i/6_kxa0D53Q68aW
https://yadi.sk/i/VzNYrUTX3Q68jqWhat do I do now, I like the topic. She approaches the subject matter of the office.
I really hope for you.
November 28, 2017 at 12:07 am #59255wensolutionsKeymasterHello @lualexi,
Previously you have asked to remove the title and menu from the page given below :
http://rmi-montessori.ru/lending/
And the CSS we have provided worked absolutely fine in this page removing the title and the menu .
If this is not what you are looking for please provide the detail about your issue with the proper screen shot marking the section that you want to remove or edit so that we could help you precisely .
Also please mention what you actually want to do in your new site URL as well with proper screen shots .
PS: Please post your issue creating the new topic in the forum as it will be easy for us to answer .
Hope this clears the confusion .
Best Regards!!
July 17, 2018 at 12:09 am #75670javidParticipantHi everybody.
I can hide the page title but how we can hide the whole div of this titleJuly 17, 2018 at 1:59 am #75678wensolutionsKeymasterHello @ javid
First of all thank you very much for using the theme.
Now to remove the title use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
header.entry-header { display: none; }
Also please create your own ticket so that it would be easy for us to follow up your queries.
Thank you.
Best Regards!!
August 5, 2018 at 5:26 pm #77011Swati98ParticipantI have tried the code given
.page h1.entry-title {
display: none;
}for removing page titles however even though I put it in the additional CSS section and published the title still appeared. I am on the free version of the theme will this code only work on the pro version?
August 6, 2018 at 12:12 am #77023wensolutionsKeymasterHello @swati98,
Please add below-given CSS to remove the title from the pages.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.
header.entry-header { display: none; }
Also, please post your queries creating your own ticket so that it will easy for us to follow up your request.
Thank you.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.