Adding a new logo to your knowledgebase or changing the existing one is fairly easy. Follow the few simple steps below to upload your logo.
div class="header__logo"
and replace the img src
path with the URL of your logo. Default src path is img src=/kb/resources/your_logo.png
. Note: Add width
and height
atribute if your logo requires further adjustment.
<div class="header__logo"> <img src="https://www.comm100.com/wp-content/uploads/images/AboutUs_Logo.gif" width="70" height="50"/></div>