Hello,
just upgraded to 1.4, looks great, but need to customize again my template.
http://www.dophan.com/photos/
I'd like to change the font size / colour of my album categories (such as 'France" or "Europe hors France / Europe except France" see my site above).
I've tried adding/changing "color: #FF0000;" in my theme style.css (waterdrop_son_test) for the following items:
- .catrow_noalb
- .catrow
- .catlink
- .catlink a
- .catlink a:hover
but to no avail... This may sound like a silly question, but some help would be welcome.
Thanks
Son
It is .catlink a
Here is what I put in my style.css:
.catlink a {
text-decoration: underline;
/*Son: before: color: #000000;*/
color: #FF0000;
/*Son: before: nothing*/
font-size : 150%;
}
Neither the color nor the size of my album categories (www.dophan.com/photos/) did change.
Is there something I did wrong?
Thanks
Your changes are not showing up in the stylesheet, make sure you are editing the right file and you uploaded it properly.
http://www.dophan.com/photos/themes/water_drop_son/style.css
Sorry for not being clear on the theme I'm using.
here is the uploaded file:
http://www.dophan.com/photos/themes/water_drop_son_test/style.css
You will see the modified .catlink a in it
That's not the stylesheet you are actually using though, check your template.html
<link rel="stylesheet" href="themes/water_drop_son/style.css" type="text/css" />
Now it's clear! sorry for the silly question. ::)
Solved
regards