Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do you change the "click to enlarge" text size


808smokey

Recommended Posts

In the table division tag immediately preceding the javascript for the pop-up it is referencing the CSS class "smallText"

 

<td align="center" class="smallText">

 

Go into stylesheet.css. Copy and paste the smallText defition and then rename the copy somehting else like "clickText" or anything you want. Then change the font size in the new class to whatever size you want.

 

Then go into product_info.php and change the table division to reference the new CSS class.

Rule #1: Without exception, backup your database and files before making any changes to your files or database.

Rule #2: Make sure there are no exceptions to Rule #1.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...