Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP? Change Subcategory Text Color Bold size


sarahsjcrk

Recommended Posts

Posted

1) How do I change the subcategory diplay color size ? 2) the categories color and to bold , size to ? 3) How to change the 4 products on the front page to more products to display???

  • 9 months later...
Posted

I was having the same problem for quite some time, however i did manage to find a solution.

In your column_left.php file just make these simple additions.

 

In my file this code is found on lines 59 and 60

 

Change this

 

// display category name

$categories_string .= '.$tree[$counter]['name'];

$categories_string .= '</a>';

 

To This

 

// display category name

$categories_string .= '<font color="#000000">'.$tree[$counter]['name'];

$categories_string .= '</a></font>';

 

Hope this helps

  • 3 months later...
Posted

It does changes the color,but it changes the color of main category and subcategory.

How to change only the color on subcategory or main category ?

 

In my file this code is found on lines 59 and 60

 

Change this

 

// display category name

$categories_string .= '.$tree[$counter]['name'];

$categories_string .= '</a>';

 

To This

 

// display category name

$categories_string .= '<font color="#000000">'.$tree[$counter]['name'];

$categories_string .= '</a></font>';

 

Hope this helps

Cumparaturi4all

Archived

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

×
×
  • Create New...