Adjust your code block from Step 2 to include the data-recommended attribute as demonstrated below. Replace ‘2’ with the numerical value of the item you’d like this applied to.
<div data-wm-plugin="pricing-table"
data-source="/solo"
data-recommended="2"
></div>
To adjust the styling, add the below code to your Custom CSS area and adjust the values to your liking.
div[data-wm-plugin="pricing-table"] {
--recommended-text: 'MOST POPULAR';
--recommended-text-color: var(--siteBackgroundColor);
--recommended-background: var(--list-section-simple-card-color);
--recommended-top-position: 15px;
--recommended-padding: 2px;
--recommended-font-size: 12px;
--recommended-font-weight: 700;
}