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
-
February 10, 2017 at 5:10 am #31653blackgel@gmail.comParticipant
how to hide page title from being shown on page when i click an option under the header menu, for example when i cleck home, contact us, faq, member etc, it show the title of the page also on the page, how to hide that, my website http://www.effortsias.com
February 10, 2017 at 5:12 am #31654blackgel@gmail.comParticipantOne more question which plugin are you using for this support, I too want the same plugin, or if is anything else please let me know hoe to use the same support system on my site
February 10, 2017 at 5:14 am #31655sharjil.artParticipantHi,
how did you change footer text in your website?regards,
SharjilFebruary 10, 2017 at 5:44 am #31658wensolutionsKeymasterHello @blackgelgmail-com,
To remove the title in the particular page goto Admin Panel > Appearance > Customize > Additional CSS and paste below CSS.
.page h1.entry-title { display: none; }
Hope this help.
If you have any problem further, please let us know.
Best Regards!!
February 10, 2017 at 5:55 am #31659wensolutionsKeymasterHello @sharjil-art,
Please post your issue by creating separate thread so that it would be easier for us to track down your issue and help you further.
Hope you understand.
Now to change the text in the footer section goto Admin Panel > Appearance > Customize > Theme Options > Footer Options .
Hope this helps.
Best Regards!!
February 10, 2017 at 9:17 am #31704blackgel@gmail.comParticipantthe help that you provided remove the title from every page but I want ti on some pages and not on some other pages, how to that selectively for each page to which there is a menu in primary menu, for example, i want it to be there on about us page but not login page, my website http://www.effortsias.com
one more question which plugin are you using for this support forum (with ticket facility), I too want the same plugin, or if it is anything else please let me know how to use the same support system on my site
February 11, 2017 at 4:54 am #31773wensolutionsKeymasterWell, to hide page title for selective pages only, you need to know the page ID . Based on the page id you need write custom CSS as below.
.page-id-19 h1.entry-title { /* here page title hides in Contact Us page */ display: none; }
You can replicate this code by just differing the page id for which you want to hide the page title.
Note: By hovering the mouse over the Page Title, the Page ID is revealed as part of the URL displayed in the browser status bar (in Firefox the status bar is displayed at the bottom of the screen). A Page’s ID number is the unique number WordPress’ database uses to identify individual Pages.
September 11, 2017 at 2:01 am #53034markhascoleParticipantBuddy, I just visited your website, it’s cool. Buddy removing a title is pretty long process so buddy if WordPress hosts your site you can visit this source: https://goo.gl/PN5rXj for an easy guide.
September 11, 2017 at 7:02 am #53065markhascoleParticipantBlack gel Upper given link is redirected to this link: https://goo.gl/9PdmN6
November 23, 2017 at 7:29 pm #58999LuAlexiParticipantThe title of the page in the subject is not deleted by your recommendation. I need to do one page for lending. There should not be a menu, either.
How can I cope with this problem?November 23, 2017 at 11:26 pm #59009wensolutionsKeymasterHello @lualexi,
Can you post your site URL so that we could provide the precise fix ?
Hope you understand .
Best Regards!!
November 24, 2017 at 2:05 am #59028LuAlexiParticipantHere is the Css
.page-id-8 h1.entry-title { /* here page title hides in Contact Us page */
display: none;
}8-ID page
November 24, 2017 at 2:49 am #59030wensolutionsKeymasterHello @lualexi,
When we inspect your site URL, we could not find any page in your menu section whose ID is 8 . So please include the page in the menu that you want to remove the title of and let us know .
Thank you .
Best Regards!!
November 24, 2017 at 4:32 am #59032LuAlexiParticipantSorry, I accidentally deleted the page and did not have time to write to you, so you work so quickly! New page “Landing” ID 45
.page-id-45 h1.entry-title { /* here page title hides in Contact Us page */
display: none;November 24, 2017 at 5:56 am #59042wensolutionsKeymasterHello @lualexi,
When we inspected your site URL we found that there is no title in the page that you wanted to remove from .
Now to remove the menu only from that page use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.page-id-45 div#main-nav { display: none; }
Hope this helps .
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.