Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to Change font size and style of categories.php


ELnew

Recommended Posts

Posted

I want to change the font style and size of the categories that shows up in the left column. Thanks in advanced for the help.

 

~Parker

Posted

It's this in your stylesheet.css:

 

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

You can tell by looking at the HTML source:

 

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
It's this in your stylesheet.css:

 

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

You can tell by looking at the HTML source:

 

 

Thanks a bunch, I should of noticed that. Oh btw. Is there a possiblity of changing Only the Catergories box? Because that will change all boxtext.

 

~Parker

Posted

To do that, you may have to create another "style", and edit the PHP that applies it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

yippy...haha I'd be soo lost doing that, I know html, but regarding php I get lost easily.

Archived

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

×
×
  • Create New...