PDA

View Full Version : Change css??


tdwesten
02-05-2007, 07:48 PM
I am searching for a add-on that can change the class "title" in my css file.
And i want to change the color, so very photo has his own "title color".
It also nice that wen you create a new post, you can take a color like at the background color plug-in.

See the red title's on my photolblog:www.tdwesten.nl

(Sorry for my bad English)

austriaka
02-06-2007, 06:27 AM
Just use the background-color addon.
The used tag is <IMAGE_BACKGROUND_COLOR>.
In the example template of the addon the color goes into the background of the page: <body style="background:<IMAGE_BACKGROUND_COLOR>;">

Just remove that body style and use
<span class="title" style="color:<IMAGE_BACKGROUND_COLOR>;"><IMAGE_TITLE></span> instead

KArin

tdwesten
02-06-2007, 10:03 AM
Thanks it works!