• hey guys,

    anyone knows how to remove the double tittle tab? for example, if you click on the “HOME” page, there is another tittle that says “home” here is my site

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t see the word “Home” anywhere on your site. If you mean you’d like to remove the second “Welcome” on your home page, you can do it with this CSS:

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

    Place that code in wp-content/themes/tiger/style.css using FTP or WP Admin > Appearance > Editor.

    This CSS works to modify your home page only because WordPress outputs classes specific to each page on the <body> tag. You can see them by viewing source, or using a tool like Firebug, or Chrome/Safari developer tools.

    Thread Starter tea.28

    (@tea28)

    thanks, I tried that but it didn’t work… (and yes i changed the home for welcome sorry)
    let me know if you got something else that could help me remove the header tittle

    The code was tested and is correct for your site. Here is a screenshot of it working, along with exactly where the code was placed in style.css.

    If it’s not working for you, you’ve either had a typo, didn’t put it at the end of style.css, or didn’t save. If none of those are the issue, please be more specific than “didn’t work”. What are the exact actions you took that failed to save the code to your site?

    The screenshot I’ve sent is only on my computer. You will need to make the change on your live site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the double tab tittle for the pages’ is closed to new replies.