Change table settings for layout

A quick question: I want tot change the following:





I want to change the border of this table to "6", so border "6". Where can I do that?

By the way, this is in the:
table.fixed-layout.multicolums-list.

Please help.

Eduard

Not exactly sure if this is what you need, but I think the template file you want is:

skins/[skin]/customer/blocks/list_templates/grid_list.tpl or

skins/[skin]/customer/blocks/list_templates/grid_list2.tpl



From those files, it looks like the hook is:

products:product_multicolumns_list



Hope that helps.



NOTE: the forum replaced my “colon” p with a smiley in the hook I list above.

Thanx, that did the trick, but I also want to change the color. This is nog in these tpl flles.



The code I want to change is:

table {

display: table;

border-collapse: separate;

border-spacing: 2px 2px;

border-color: gray;

}



Where can I find this. I want to change the color gray to a light grey version.



Thanx