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.