Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • imos Friend
    #132327

    1. how do i make the PRICE bigger.

    2. how to change the product DESC TEXT width, like the red line.

    Sherlock Friend
    #265757

    Hi imos!
    you do it following way below :
    Open template ja.vm.css file in templates/ja_mesolite/css folder , find following code section at about line 15 :


    .productPrice {
    font-weight: bold;
    }

    change to :


    .productPrice {
    font-weight: bold;
    font-size:16px;
    }

    Sherlock Friend
    #265759

    You open flypage.tpl.php file in componentscom_virtuemartthemesja-mesolitetemplatesproduct_details folder , find following code section at about line 22 :


    <?php if( $this->get_cfg('showManufacturerLink') ) { $rowspan = 5; } else { $rowspan = 4; } ?>

    change to :


    <?php if( $this->get_cfg('showManufacturerLink') ) { $rowspan = 4; } else { $rowspan = 3; } ?>

    continue , find following code section at about line 44 :


    <td rowspan="1" colspan="2"><hr />
    <?php echo $product_description ?><br/>

    change to :


    <td rowspan="1" colspan="3"><hr />
    <?php echo $product_description ?><br/>

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Sherlock 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum