• Resolved chris_elevate

    (@chris_elevate)


    Please could you let me know how to remove the name of the website from above the header image in the Twenty Ten theme?

    It appears on every page above the header image.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    admin – Settings – General – Site Title

    Thread Starter chris_elevate

    (@chris_elevate)

    Thanks for this but unfortunately this leaves a gap where it was, removes the name from the footer and leaves the site as Untitled in the browser heading at the very top. All of these I want to try to avoid.

    Is there a better way to remove it?

    Michael

    (@alchymyth)

    Is there a better way to remove it?

    the usual addition to style.css:

    #site-title, #site-description { display: none; }

    which has been posted quite a few times in the forum as answer to the same question.

    oh the power of forum search …

    if you need more detailed help, post a link to your site.

    Thread Starter chris_elevate

    (@chris_elevate)

    Thanks for this… I couldn’t find this solution anywhere!

    Used it now and it’s working well, thanks.

    The display: none solution works, but what happens when the twentyten theme gets updated? Does the style.css get overwritten? If so, is there a more permanent solution? A plugin? Or a custom CSS file we can add/modify that won’t get overwritten?

    Thanks!

    Moderator t-p

    (@t-p)

    To save your customizations, you may want to create a child theme and work with it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove the site name from the top of Twenty Ten’ is closed to new replies.