Change Image Caption font

KennethS / 2009-04-23 12:30:33   

I have customized the font for 'Image Caption' and Image Title, sometime last year.
But I did it in another file besides my CSS-file.

What PHP- or HTML-file is controlling the whole site - because the alterations is visible no matter what CSS-file I use for my site.

arsondpi / 2009-04-23 13:16:07   

...an address?

KennethS / 2009-04-23 14:07:33   

Sorry

It's the Image Caption ...

http://kennethschultz.dk/index.php?/print/diverse/

arsondpi / 2009-04-23 14:22:19   

:-D

It's in your style.css... You should be changing attributes for:

  1. #img-container p { ... } 
KennethS / 2009-04-23 15:15:10   

I know that I can control it from there, but I can recall that I also changed the size of the Image Caption in another file - because when I change the size or font in the CSS, nothing happens.

In the CSS it looks like this

#img-container p {
    font: normal 10px arial, helvetica, non-serif;
    color: #000000;
    width: 400px;
    margin: 0;
    padding: 0 0 12px 0;
}

arsondpi / 2009-04-23 17:17:09   

...well it does change when I try it...

Try holding down the shift key and hit refresh - maybe it's a browser cache issue.
If that doesn't work, check if you edited something in the actual plugin you're using (over+over with captions? )

KennethS / 2009-04-23 18:47:06   

Are just gonna try the cache-refreshing ...

But ... What plugin are you referring to? The one containing my CSS? or?

KennethS / 2009-04-23 20:41:30   

Damn - for some reason it worked for a while on my site www.kennethschultz.dk but then i just tried to alter a font size in the over-and-over-plugin - saw no changed on the site - and said undo ... but ... after that the Image Caption does not react to the changes in the style.css file.

I'm must admit ... i'm confused

arsondpi / 2009-04-23 21:38:08   

???...I am confused as well.

Everytime you make changes your browser may cache things.
So maybe you'd have to hit shift+refresh again...

I checked this page and -if I remember well- you had Helvetica set for your captions, where as now you have Courier... Is that what you're trying to do? (actually what are you trying to do..?)

KennethS / 2009-04-24 13:29:53   

Regarding the site changing is just me swapping CSS-theme, because I tried to located if the 'error' was outside the CSS-file or inside til CSS-file.

BUT - I've found out that, as you wrote - it all is in the CSS-file.
Somehow, because of me working directly on the 'live' CSS-file via Cyberduck and CSSEdit, there was created a lot of new invisible CSS-files everytime i saved it in CSSEdit - So my corrections didn't reflect in the correct CSS-file (style.css) but was saved in the invisible style-1.css, style-2.css etc.)

So now it ought to work - but thanks for all the advice.

This thread has been closed, thank you.