Post by thedevilznight » Wed Oct 19, 2011 9:15 am

Hi ,

The text in specification is just standard.

How can i make it bold?

Thanks

New member

Posts

Joined
Mon Oct 10, 2011 1:39 pm

Post by booyah » Sun Nov 13, 2016 12:19 am

Hi there,

If you want to make attributes names' bold:
1. Go to catalog/view/theme/default/template/product.
2. Open up product.tpl.
3. Look for :
<?php foreach ($attribute_group['attribute'] as $attribute) { ?>
<tr>
<td><?php echo $attribute['name']; ?></td>
<td><?php echo $attribute['text']; ?></td>
</tr>
<?php } ?>
4. Change it to:
<?php foreach ($attribute_group['attribute'] as $attribute) { ?>
<tr>
<td><b><?php echo $attribute['name']; ?></b></td> <!-- Add <b></b> -->
<td><?php echo $attribute['text']; ?></td>
</tr>
<?php } ?>

Hope it helped!

Newbie

Posts

Joined
Sun Nov 13, 2016 12:08 am
Who is online

Users browsing this forum: No registered users and 57 guests