Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

categories


Guest

Recommended Posts

Posted

I would like to make the categories in the left box bigger and bolder, how can i do this without changing the size of the font etc for the whole site?

Posted

Im not 100% that this would work but i created a new style for my columnleft to enable me to have a background etc.

I would experiment with this code and put it in your categories.php file.

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

<body leftmargin="0" topmargin="0"><table border="0" width="100%" cellspacing="0" cellpadding="0">

<table width="0" border="0" cellpadding="0" cellspacing="0" class="categories2">

 <tr> 

   <td width="0" height="0" valign="top">

 

then goto to your style sheet and add the following

 

.categories2 {

font-family: Verdana, Arial, sans-serif;

               font-size: 10px;

}

 

Like i say, im not 100% sure it will work but what we are doing is creating a seperate style for the categories only. As far as im aware it will work on pretty much any of OSC.

 

Good Luck

 

PR

  • 2 weeks later...
Posted

okay, i added the second bit to the stylesheet

 

but then i go to includes/boxes/categories.php

 

and I don't see where to add that bit - i think i might be looking at the wrong page but cannot find a different one?!

Posted

you need to add that bit to the top of the categories.php file

 

Put it at the very top.

 

 

Regards

 

PR

Posted

okay thanks

 

i have done that now but it doesnt seem to have worked

 

i've tried putt ing a "." on them both but that doesnt work either

Archived

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

×
×
  • Create New...