Tags/topics: 
1
Answers
Vote up!
0
Vote down!

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

Asked by: suntower
on September 4, 2014

1 Answer

Vote up!
1
Vote down!

Look for this file:

views-view--collection-products--page.tpl.php

It should be in profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_taxonomy/theme folder

Copy that to your custom theme folder and change anything you like!

Don't forget to clear cache.

Josh Miller
Answer by: Josh Miller
Posted: Sep 16, 2014