• parnis

    (@parnis)


    Hi Guys, I hope you can help me with issue I’m having. I’ve been trying to find a topic about subject, but so far I haven’t been able to find anything that is a “straightforward” fix. My apologies if the topic has already been addressed.

    My question is simple: is there any easy way to hide a page title from showing in the theme header? I want to hide the title of my homepage (a static page set as my homepage) from showing there, but I can’t figure out how to do it…

Viewing 1 replies (of 1 total)
  • Jarret

    (@jarretc)

    By theme header do you mean the menu that shows links to other pages on your site or the name of the page in the bolded font on the front page of your site?

    If the first one, you should be able to go into Appearance->Menus in your admin dashboard, select the menu you are using for the main menu on the site and then just remove the link set there that is showing up and then save.

    If you’re referring to the bolded text on the homepage of your site showing the page name, you can most likely fix the issue using the following CSS in Appearance->Customize->Additional CSS

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

    Otherwise, if you are referring to something else, if you can provide a link to your site with more specifics it may be easier to come up with a solution.

Viewing 1 replies (of 1 total)

The topic ‘Hide page title from header’ is closed to new replies.