ELnew Posted December 10, 2007 Posted December 10, 2007 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
germ Posted December 10, 2007 Posted December 10, 2007 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: <td class="boxText"><a href="http://eleatherline.com/estellesleatherstop/index.php?cPath=82">Men</a><br><br> 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 >
ELnew Posted December 10, 2007 Author Posted December 10, 2007 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
germ Posted December 10, 2007 Posted December 10, 2007 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 >
ELnew Posted December 10, 2007 Author Posted December 10, 2007 yippy...haha I'd be soo lost doing that, I know html, but regarding php I get lost easily.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.