Next to the configuration and styling possibities in our Recolize Tool you can further customize the recommendation widgets via plain CSS.

Therefore all elements in our carousels have explicit CSS selectors that you can use to create your own styling.
These CSS styles can be added in your domain configuration in the Recolize Tool.

Example:

.recolizePrice {
    font-size: larger;
}
How can I control the look’n’feel of the recommendations via CSS?