Waterdrop: problem applying CSS Waterdrop: problem applying CSS
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Waterdrop: problem applying CSS

Started by calibertolls, December 19, 2005, 12:44:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

calibertolls


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

Thanks,
Latisha
There is a very fine line between "hobby" and "mental illness". -- Dave Barry

artistsinhawaii

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
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

calibertolls


Thanks, I will try that and post back if I have problems.

Latisha
There is a very fine line between "hobby" and "mental illness". -- Dave Barry