Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stylesheet, adding your own code


Guest

Recommended Posts

Posted

Hello all

Ive scrolled through all pages of contribs and soooo many forum topics but with no luck....

There MUST be something that you can add to the stylesheet that enables you to change the category infobox.

All I am looking for is a way to change the font styles, sizes etc for my products column!

If you go to my site :rolleyes:www.toolboxking.com/index.php you will see that I have so many products with loads of sub categories that it just looks a complete mess and if I struggle to find my way round then a customer definatly will.

Please help... I am a desperate man and desperate men do desperate things

Thanks in advance to all the lovely helpful and overall beautiful people of this forum

:rolleyes:

Posted

See, I told you desperate men do desperate things

I have now managed to get massive heading text on the products list, If anyone could help with this i would greatly appreciate it!

Posted

Try and make your categories less product specific and keep them more general - this will keep the number of them far more manageable.

 

To change the category links themselves open /includes/boxes/categories.php and find this bit of code:

 

$categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">';

 

and add this in:

 

$categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '" class="categories">';

 

Then create a "categories" link class in the stylesheet and tweak away.

Posted
Try and make your categories less product specific and keep them more general - this will keep the number of them far more manageable.

 

To change the category links themselves open /includes/boxes/categories.php and find this bit of code:

 

$categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">';

 

and add this in:

 

$categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '" class="categories">';

 

Then create a "categories" link class in the stylesheet and tweak away.

 

I love you

Archived

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

×
×
  • Create New...