Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pls help to change sub categories css style


tofayel

Recommended Posts

hi

 

i want to change the products sub categories font colour.

 

i spent all day but didnt come up with anything

 

the main categories and sub categories styesheet class is set to ".infoboxcontent"

 

i made another stlysheet named ".infoboxcat" which font colour is red on stylsheet.css page and want to apply on subcategories

 

i opened includes/boxes/categories.php - the code is below

 

<?php

$info_box_contents = array();

$info_box_contents[] = array('text' => BOX_HEADING_CATEGORIES);

 

new infoBoxHeading($info_box_contents, true, false);

 

$categories_string = '';

 

 

i assumed the code above is for main categories

 

at the same file

 

also i found this code below:

"}

tep_show_category($first_element);

 

$info_box_contents = array();

$info_box_contents[] = array('text' => $categories_string);

 

new infoBox($info_box_contents);

?>

</td>

</tr>

<!-- categories_eof //-->

"

 

i think this is the stylsheet for sub categories. could anyone help me please

to figure this out.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...