Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Increase font size of categories


Guest

Recommended Posts

Posted

Hi,

 

I am struggling to increase just the font size of the categories within the categories box.

 

Amdending boxText in the CSS affects all the text sizes shown in boxes and I wish to isolate just the categories so that they have a bit more emphasis.

 

Can anyone help on how to do this?

 

Thanks

 

Glyn.

Posted
Oooh I'd like to know how to do this aswell.............. :thumbsup:

 

I think you need to open .css file and you can do it from there.

Posted

It looks like boxText is used from the CSS and that enlarges all other text in the other boxes.

 

I am looking to just enlarge the categories - is it possible to add a new class into the CSS and then just use that for the categories.php box?

 

Anyone help?

 

I think you need to open .css file and you can do it from there.
Posted

I've been looking at this as I'd like to do the same...

 

So far I've come up with 3 files

stylesheet.css (.boxText)

includes/boxes/categories.php

includes/classes/boxes.php

 

 

the style boxText is not used in categories file directly but from boxes.php via $info_boxes_contents (I think, I'm a beginner & I'm guessing)

 

so my theory on how to do this is...

create a new - function infoBoxContents2 that uses a new style .boxText2 that uses a large size font

call the function in categories.php

 

I've tried to do this but not yet suceeded as I dont really understand it

Archived

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

×
×
  • Create New...