• I am trying to remove the word home from the index page as it is pretty clunky and not with the style of that page. I can’t quite figure it out. I do not want to remove all the titles from every page, nor the word Home from the menu. just the word “Home” from the home page.

    TIA

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello sblahblah,

    Please provide me site url so we can provide you custom css as per the need.

    I’ll await your reply to assist further.

    Kind regards,

    Manoj

    Not sure if you have solved this yet, but with custom code added to the theme customizer:

    Appearance >> Customize >> Additional CSS

    Add this:

    .home .entry-title {
    display:none;
    }

    With a plugin, there is Hide Title, but that has not been updated in 2 years, but you can try it. There was another plugin that I still have that works well, but it’s no longer available for some reason.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing “Home” from Home page’ is closed to new replies.