Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • Customization Guides
  • Liquid Templating Basics

Basic Customization Reference

The basic customization feature makes some trivial tasks such as changing the logo image or selecting the default color for links a lot easier to do, without having to change the CSS code directly

Written by Guilherme Arantes

Updated at May 20th, 2020

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Customization
    Customization Guides
  • Article Editor
  • Getting Started
    Managing Users Analytics Content Management Permissions & Accessibility Video Tutorials
  • Integrations
  • API & Webhooks
    API V2 API V3
  • Languages & Translations
  • Authentication
  • Swifty AI
  • Settings
    User Settings User Behavior Knowledge Base Settings Custom Domain
+ More

The Helpjuice's Template Engine provides the Basic Customization Feature. This feature allows you to easily change some basic layout details that the Knowledge Base uses, like links and body colors.


Basic Customization

The Basic Customization feature can be found under the Basic tab on the Customize Section. It allows you to choose images, colors and fonts to be used in the Knowledge Base Template. See the complete list of variables below:


Basic Image Customization

You can easily replace the logo or the header image. This is possible whenever the Main CSS file has the $brand_image_url and $back_image_url variables respectively.

Main CSS example:

.logo_section {
  background-image: url($brand_image_url);
}

.header_wrapper {
  background-image: url($back_image_url);
}


Basic Color Customization

  • $links_color: This is the color set in Links field;
  • $titles_color: This is the color set in Titles field;
  • $body_color: This is the color set in Body field;
  • $background_color: This is the color set in Background field;
  • $theme_color: This is the base color for the theme. It's used in the header's background and some other places, like in buttons;
  • $accent_color_1: It's theme specific, may have different uses across different templates;
  • $accent_color_2: It's theme specific, may have different uses across different templates;

Main CSS example:

body {
  background-color: $background_color;
}

#main_container {
  a { color: $links_color; }
  h1, h2, h3 { color: $titles_color; }
}

.widget .btn { background-color: $theme_color; }


Basic Fonts Customization

  • $body_font: Font Set on the Body Font field;
  • $titles_font: Font Set on the Titles Font field;

Main CSS example:

body {
  font-family: $body_font;
}

h1, h2, h3 {
  font-family: $titles_font;
}


Be aware that:

  • If you remove one of those variables from the Main CSS file, its correspondent field will be hidden from the Basic Customization tab;
  • If your theme does not support all of the available variables, they will be hidden from you in the Basic tab. If you add one of them to your Main CSS file and refresh the page, they will be shown;
  • Missing values (like a blank color field) will cause Main CSS file to fail validation. You won't be able to save it.

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Analytics - The Overview Section
  • Shopify/Liquid Category Objects
  • How To Retrieve Categories Through API
One Knowledge Base To Replace Them All
24/5 support
Constant Product Updates & Improvements
100% money back guarantee
99.9% Uptime
Features
  • AI Knowledge Base AI-Enabled
  • Helpjuice Extension AI-Enabled
  • Powered Editor AI-Enabled
  • Advanced Analytics AI-Enabled
  • Customizable Themes AI-Enabled
  • Swifty · Helpbar & Chatbot AI-Enabled
  • Multi-Language Support
  • Step-by-Step Tutorial Creator
  • Seamless Integrations
  • User Access Control
  • See All Features >>
Product
  • Product Roadmap
  • Pricing
  • Book a Demo
  • Policies & Security
  • Our Customers
  • About Helpjuice
  • Contact Our Team
Resources
  • Our Knowledge Base
  • Webinars
  • Success Stories
  • API Documentation
  • Data Import Guide
  • Helpjuice Blog
Copyright © 2025, Helpjuice Inc.
Helpjuice, Inc. is a registered US Corporation.
EIN 46-2257741 | Download W9
Made in America High Performer Ease of Use Get Support
Get Started For Free
4.8 average review on
Life’s too short to use mediocre software.
+1 (833) 387 3877
Powered by Helpjuice Helpjuice Swifty AI External Link
Expand