hecticben Posted April 12, 2007 Posted April 12, 2007 Hey guys, I'm currently redesigning a OSC for my work... I've made the body text red so I can differentiate. I basically want to make it so that the text on the right and left bars is not using the body css attribute and actually has it's own styling.. does anyone know what file I need to go into to change this? The site: http://www.olympiapublishers.com/inhghjdex2.php Thanks so much! Ben Quote
usernamenone Posted April 14, 2007 Posted April 14, 2007 includes/boxes/ the box you want different. Quote
hecticben Posted April 15, 2007 Author Posted April 15, 2007 includes/boxes/ the box you want different. Ah, but how do I edit the CSS of the numbers after the categories? Where it like says "Product (2)" the number in brackets is still using the body css.. Thanks, Ben Quote
usernamenone Posted April 15, 2007 Posted April 15, 2007 Personaly I turn off the categories count, I think it looks childish, You want someone to stick around for a while and not know just how many products you have to offer, but if you like it that way shoot me the code and I will see if I can give you the fix. Quote
hecticben Posted April 16, 2007 Author Posted April 16, 2007 Personaly I turn off the categories count, I think it looks childish, You want someone to stick around for a while and not know just how many products you have to offer, but if you like it that way shoot me the code and I will see if I can give you the fix. Aaah I see, how do you turn it off? Thanks Ben Quote
usernamenone Posted April 16, 2007 Posted April 16, 2007 in your categories box find around line 47 if (SHOW_COUNTS == 'true') { and change to if (SHOW_COUNTS == 'false') { Quote
hecticben Posted April 16, 2007 Author Posted April 16, 2007 in your categories box find around line 47 if (SHOW_COUNTS == 'true') { and change to if (SHOW_COUNTS == 'false') { Thanks so much! Ben Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.