You can adjust the following category styles. Remove any line to revert it back it’s default value.
/**
* Collection Carousel
* Category Styles
* From Will-Myers.com
**/
[data-wm-plugin="collection-carousel"] {
--wm-cc-category-background-color: #777;
--wm-cc-category-border-radius: 5rem;
--wm-cc-category-border-width: 1px;
--wm-cc-category-border-style: solid;
--wm-cc-category-border-color: black;
--wm-cc-category-color: white;
--wm-cc-category-font-size: 13px;
--wm-cc-category-padding: 4px 8px;
}
To hide the category comma, use this CSS:
/**
* Collection Carousel
* Tag Styles
* From Will-Myers.com
**/
[data-wm-plugin="collection-carousel"] .category-delimiter{
display: none;
}