Jump to content

Enlarge a line


fabriceunko

Recommended Posts

In the template box.basket.php:

Find:

<svg class="icon icon-basket">

Change to:

<svg class="icon-x2 icon-basket">

Find:

{$CART_TOTAL}

Change to:

<span style="font-size: 200%;">{$CART_TOTAL}</span>

Do the same with the other template boxes. For specific image tags, you could add a style attribute:

 style="max-width:200%; width:200%;"

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...