Change Styling Of Fields On Collection Products View?
In Kickstart 2 there is a view called collection_products which displays a list of products in a given collection, grouped by category.
There is a header which displays at top right. This uses a Block display to give anchor links to each Category Header on the page. The format of the fields is 'Unordered List' yet the fields are styled as
<div><h3><a>
...not
<ul><li><a>
...as I would like.
How do I change the generated styling of these? I've searched all over the view and can't find it.
TIA