How to Set a specifc color for the top Tag title in a Product List

image
to have something like the above. Please go to Custom Codes > Custom CSS and add the following:

.product-list .pl-item .top-tag {
  color: #E60000 !important;
  font-size: 12.5px;
  padding: 0px;
}

Change #E60000 to your color of choice.
PS: The background color can be changed from the the settings of the product itself in the editor.

1 Like