Klevu Theme Demo
JS Library: 0.0.0, Theme: 0.0.0
CODE SAVE

Compose Your Klevu

To help you get started with customizing Klevu for your website as fast as possible, choose the options that you would like and let us provide you with the initial code.

When you are done, press the compose button.

Quick Features

General Layout
Product Layout
Add Feature Code

Search Features

Pagination Style
Feature Name X
Add Feature Code

JavaScript

You use JavaScript to modify the configuration for Klevu.

You can easily modify requests, responses, and run your own code after templates have completed rendering. You can also use JavaScript to tell Klevu about custom templates.

Templates

Templates make up the building blocks of how Klevu looks. They are made up of mostly HTML with JavaScript sprinkled in. Use <% and %> to jump in and out of JavaScript. Use <%= and %> to output a JavaScript expression.

This link contains a reference to all the default Klevu templates. These templates should be used as a starting point for your customizations.

CSS

CSS is very easy in Klevu since styles are global. Simply add CSS to your site to change the styling of Klevu.

Example