The edit Product Categories screen doesn’t have an editor, so we used HTML Blocks to edit the content of Product Categories which works fine.
e.g. http://website.com/product-category/fencing/
However, there is a problem with the default margin, there should be a margin under the Product Category description, but there isn’t one. I can add margin into the HTML Blocks, but would need to do that to each one, so I’d like to add margin via Css or Php, but not sure where to edit that.
Need to add
{
margin-bottom: 20px;
}
to <div class=”term-description”> but not sure how to do it : ) or better to edit Php?