Releva has completed an $870,000 financial round led by New Vision Fund 3 with participation by HR Capital AD, Verto Invest and the investment arm of private investors.
Releva завърши финансов рунд от $870 000, воден от Фонд Ню Вижън 3 с участието на Ейч Ар Капитал АД, Верто Инвест и подкрепата на частни инвеститори.
Search the Documentations
Categories

Web Recommendations styling

Product Recommendations are an important feature of the web personalization capabilities of Releva. We know that every website is unique when it comes to design, so we offer an easy way to build and cutomize recommender templates that fit even the most complex designs.

Here is an example of how you can customize the look and feel of Releva’s product recommendations on your site.

  • Go to Releva -> Recources -> Templates
  • Select Default Recommender Template(Web)
  • Make a copy.
  • Use CSS classes .rlv-recommender-container /  .rlv-recomender-image  to style you Recommender
.rlv-recommender-container {
   /*Recoomender container styling */
}

.rlv-recomender-image {
   /*Recoomender image styling */
}
  • Changing class attributes for .rlv-recommender-container changes the recommender visually
.rlv-recommender-container {
    padding-top: 35px;
    font-family: cursive;
    background-color: lightblue;
}

.rlv-recomender-image {
    border: 2px solid red;
    border-radius: 5px;
}
  • Before:
  • After:
  • Save and close.
Previous Algorithms
Next Change Web Recommendations template
Table of Contents