Hi, I am new to Coppermine and CSS and having been playing with customizing the Waterdrop theme. I am having trouble adjusting the font for the "Category, Albums & Files" row and the statlink that shows "x files in x albums and x categories with x comments viewed x times" I can not seem to find the code that controls these lines. I have set the font size & color in tableh1, but for those two lines only they show up Bold. I want to get rid of the bold, so these lines are the same as the rest of the table h1 stuff. I can't seem to find this in CSS. Is it referenced somewhere else?
Link to my page is http://www.calibertollers.com/gallery/index.php?theme=waterdrop2 (http://www.calibertollers.com/gallery/index.php?theme=waterdrop2)
Thanks,
Latisha
Latisha,
Unfortunately, what you are looking for is in themes.inc.php, which is in the include folder of coppermine. Ideally you should not edit this file, whatsoever. Instead, open the sample theme's theme.php file and search for statlink, you will find listings in a couple places where the contents of that class are embraced by "<B> </B> ". Copy the entire block of code from the sample theme to your theme and remove the <b> </b>.
Dennis
Thanks, I will try that and post back if I have problems.
Latisha