A new knowledge base displays a title at the top saying "Welcome to...." with the knowledge base name after it. We populate this text based on the name you initially picked out for your knowledge base.
If you want to change that text, there are a couple ways to do it.
If you just want to update the portion that comes after "Welcome to...": that text is based on the name of your knowledge base as it's defined in KB settings > Basic. If you want to rename your knowledge base completely (which will also update that welcome text):
- Go to KB settings > Basic.
- Update the Knowledge base name.
- Be sure to Save your changes.
If you want to update the "Welcome to..." text in any other way:
- Go to Customize > Homepage.
- In the Homepage content section, edit the Title.
- You can Preview your changes to be sure you like them.
- Then Save once you're done.
(You can also Remove the homepage welcome text completely if you so choose!)
That didn't work...
If editing the Homepage content Title in Customize > Homepage doesn't make any changes in your knowledge base, that generally means someone's already customized your homepage a bit.
In this case:
- Go to Customize > Style (HTML & CSS).
- In the Customize HTML, CSS, and JS section, select Custom HTML.
- Select Homepage from the Select HTML section to edit dropdown.
- Our default layout includes the title in an h1 with
class="hg-article-title xcolor"
, usually on or around row 2. If this h1 contains text rather than the homepage("title") merge code, update the text directly to update your homepage title:<div class="ko-homepage-top"> <h1 class="hg-article-title xcolor">Edit your title here</h1> </div>
- You can Preview Changes to be sure you edited the right thing.
- Be sure to Save once you like the changes you've made.