LimeSpot's recommendation boxes are highly customizable to match your store's theme. While basic appearance properties can be adjusted via the Turbo Appearance Settings, more in-depth customization is achievable through custom CSS. CSS allows you to modify elements' appearance, including fonts, sizes, and colors.
π§ This is a technical article which requires understanding of CSS.
Steps to customize LimeSpot Turbo components
Access the Appearance Settings:
Navigate to the LimeSpot Turbo Admin Panel:
Open the Custom Code Section:
Modify CSS
In the Custom Code section of the Appearance Settings, you can add custom CSS specific to LimeSpot components. Override default appearances by defining your own CSS attributes for each class.
Key CSS Classes for Customization
General recommendation boxes:
.ls-box-titleβ Box title..ls-linkβ Anchor element linking to the product page..ls-imageβ Product image..ls-titleβ Product title..ls-vendorβ Product vendor name..ls-priceβ Product price..ls-original-priceβ Original price (if available)..ls-sale-priceβ Discounted price..ls-sale-signβ Sale indicator..ls-add-to-cartβ Add to cart button..ls-dropdownβ Dropdown elements.
Upsell recommendation boxes:
.ls-messageβ Upsell message..ls-linkβ Anchor element linking to the product page..ls-titleβ Product title..ls-priceβ Product price.
Additional Customization Tips
Displaying Vendor Names
To show vendor names in recommendation boxes, add the following CSS:
.ls-vendor { display: block; }This will make the vendor names visible in the recommendation boxes.
Conclusion
By utilizing these CSS classes and customization options, you can tailor LimeSpot's recommendation boxes to seamlessly integrate with your store's design and enhance the overall user experience in the Turbo version.
π€ Questions? Need help? Contact us via the in-app chat or email.


