product title

GK User
Sat Oct 27, 2012 4:38 am
Hi,
how do i change the product title size in product details view,
now its set at <h1>.
User avatar
Junior Boarder

Konrad M
Sat Oct 27, 2012 11:05 am
Hi,
you are talking about Virtuemart or Redshop product ?
User avatar

GK User
Mon Oct 29, 2012 4:05 pm
virtuemart :)
User avatar
Junior Boarder

Konrad M
Mon Oct 29, 2012 6:35 pm
Please go to html/com_virtuemart/productdetails/default.php and find
Code: Select all
<?php // Product Title  ?>
    <h1><?php echo $this->product->product_name ?></h1>

here you can change it.
User avatar

GK User
Tue Oct 30, 2012 5:52 am
ok thank you!
User avatar
Junior Boarder