You can easily edit the branding of your Zendesk Help Center theme by accessing the Customize design icon in Guide. This allows you to change colors, fonts, logos, favicons, and default images. To start editing, navigate to the Themes page and…
To edit the code and assets of your Zendesk Help Center theme, you need to access the Edit code option in the theme customization settings. First, go to the Themes page in Guide and select Customize for the theme you want to modify. Then, click on…
To link a clickable image to a category in your Zendesk Help Center, you need to wrap the image tag in an anchor tag with the href attribute pointing to the category URL. Here's a simple example: `<a href=/hc/en-us/categories/{category_id}…
To change the position of the search bar in your Zendesk Help Center, you need to modify the HTML and CSS files. The search bar's HTML code is located in the home_page.hbs file, specifically within the section element with the id #main-content….
Yes, you can change the shape of the search bar in your Zendesk Help Center by adjusting the CSS. To do this, edit the style.css file in your help center customization section. Look for the .search input[type="search"] selector and modify the…
To add a link to the top bar of your Zendesk Help Center, you need to edit the HTML and possibly the CSS of your theme. Locate the file that contains the top bar's HTML structure, which is often in the header.hbs or a similar file. Insert your…
Yes, each brand in Zendesk can have its own unique template, and changes to one brand's template won't affect others, even if they use the same base template like Copenhagen. This allows you to customize each brand's Help Center to meet specific…