For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Classes

This article provides instructions to add some helpful classes to your pages. Go to the code editor on each page and add the desired classes.


Best Seller

Add a best-seller class to your page. Then add the class to a product radio button to highlight.

.best-seller{ font-weight:bold; background-color:#FDF107; border:1px solid #000000; margin:0 -28px 0.5em; padding:10px 25px; font-size:16px; -webkit-box-shadow:0px 10px 5px -5px rgb(0 0 0 / 50%); -moz-box-shadow:0px 10px 5px -5px rgba(0, 0, 0, 0.5); box-shadow:0px 10px 5px -5px rgb(0 0 0 / 50%); align-items:flex-start; padding-left:25px; padding-right:25px; }

Last updated