I have a wordpress website. On that website (Home page), there's have a title (Home) 'I want to remove the title. Anyone can help'?
Try this: https://colorlib.com/wp/forums/topic/how-to-remove-home-text-from-homepage/ https://catchthemes.com/support-forum/topic/how-do-i-remove-the-word-home-from-home-page/
I have a wordpress website. On that website (Home page), there's have a title (Home) 'I want to remove the title. Anyone can help'? - http://www.jobworktask.com
To change the title tag of your home page you need to login to your WordPress admin area first and then go to Settings -> General. On this page, edit the Site Title field and save the changes.
If you want to remove the HOME title displaying below to testimonials just add the following code on your themes index.php <style>.page .entry-title {display: none;}</style> Code (CSS):
In Your website, the HOME is displayed from the menu you have created. You have to log in your website go to - (Dashboard >> Appearance >> Menu ) and here you have to delete the Home menu item from the menu list. You can delete Home from the left side panel where All menus items are listed.