Jump to content

Make sub-category icons BIGGER?


PietnLindy

Recommended Posts

You will need to make two edits:

In the skin's config.xml file (for Foundation), change from:

<image reference="subcategory" maximum="105" quality="80" default="noimage.png" />

To:

<image reference="subcategory" maximum="157" quality="80" default="noimage.png" />

In the template file content.category.php, change from:

{if isset($SUBCATS) && $SUBCATS}
<ul class="medium-block-grid-6 text-center small-block-grid-3" data-equalizer>

To:

{if isset($SUBCATS) && $SUBCATS}
<ul class="medium-block-grid-4 text-center small-block-grid-2" data-equalizer>

Have CubeCart clear its internal cache.

Link to comment
Share on other sites

On 11/5/2018 at 1:47 PM, bsmither said:

You will need to make two edits:


In the skin's config.xml file (for Foundation), change from:

<image reference="subcategory" maximum="105" quality="80" default="noimage.png" />

To:

<image reference="subcategory" maximum="157" quality="80" default="noimage.png" />

In the template file content.category.php, change from:

{if isset($SUBCATS) && $SUBCATS}
<ul class="medium-block-grid-6 text-center small-block-grid-3" data-equalizer>

To:

{if isset($SUBCATS) && $SUBCATS}
<ul class="medium-block-grid-4 text-center small-block-grid-2" data-equalizer>

Have CubeCart clear its internal cache.

Thank you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...