• Resolved zusano

    (@zusano)


    I love Tiny Forge theme and am working hard to get my website done. I am definitely a newbie when it comes to html and webdesign. Please forgive if this question has been answered before. I didn’t really even know how to phrase it to search. If you go to my site, thedailytranscription.com, you will see the word Home underneath the header picture. (Not the Home in the navigation bar, but the one under the picture.) I have tried to use the Editor to get rid of the word Home, but haven’t been able to. Can anyone steer me in the right direction for this? Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It is the title of your page. Isn’t there an option on the editor page to show or hide titles?

    If not, do you wish to hide the other titles too, f.ex. contact on your contact page?

    If yes, you can add

    .entry-title{display:none}

    to your stylesheet.

    If you would like to keep the titles, you will need to dig a little deeper in the code, or you could add the display none anyway and add titles manually, f.ex. with your heading 1 style

    <h1>title</h1>

    GL!

    .entry-title {
        display: none;
    }

    Be sure to use a custom css plugin or child-theme as any edits to the original files will be erased if the theme is updated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove HOME from header picture’ is closed to new replies.