• Resolved djobson101

    (@djobson101)


    I’m having difficulty getting the title off of my custom header. I already updated the stylesheet (style.css) and put at the bottom –

    #header h1 { display:none }

    So it took the title off of the first page, but it appears when you visit my other pages. Can anyone please help? Is there more to add to the code?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post your link?

    Thread Starter djobson101

    (@djobson101)

    sure, its ehomedeliveryhub.com

    Include this in your stylesheet.

    #header h1, #header h3{ display:none }

    OR

    There also another way to do this by removing the tag from the source file.

    search for ‘<?php bloginfo(‘name’); ?>‘ and delete. Make a backup if you are going with this option.

    If you are not very familiar with wordpress go with the first option.

    Thread Starter djobson101

    (@djobson101)

    Excellent! It worked just fine. I appreciate the help very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't remove website title from custom header’ is closed to new replies.