PDA

View Full Version : Changing fonts


sunione
Jan-25-2007, 02:19 PM
Gosh I feel like a dummy but I did search and search for the answers with no luck. My question is simple (Ithink).

Where do I (in the CSS box) and How do I change the fonts on my gallery pages. Say from "whatever the default is" to ARIEL.

Do you know of a tutorial?

Thanks

sunione
Jan-25-2007, 03:04 PM
Let's say I want all my text in all my galleries and homepage to be "Trebuchet MS"

What would be the CSS (or HTML?) code and where would I put it?

I know this is really basic but honestly hours of reading messages throughout DGRIN and all the help sites on SmugMug hasn't given me a plain answer.

Allen
Jan-25-2007, 04:08 PM
Let's say I want all my text in all my galleries and homepage to be "Trebuchet MS"

What would be the CSS (or HTML?) code and where would I put it?

I know this is really basic but honestly hours of reading messages throughout DGRIN and all the help sites on SmugMug hasn't given me a plain answer.
I think if you add this to the top of your CSS it'll override the default.

body {
font-family: Trebuchet MS, verdana, tahoma, helvetica, arial, sans-serif;
}

Al

sunione
Jan-25-2007, 08:39 PM
Hi Al

Thanks for your reply. Your suggestion to paste in the code from your post at the top of the CSS box worked for my HOME PAGE but not on any of my gallery pages.

Can you figure out why that is? I went to the gallery's customization page and set the theme to "custom" before trying to apply the new code by clicking first the "submit" button to preview the changes (selecting one gallery, my ART gallery) and they did NOT appear. That is, the font was unchanged.

sunione
Jan-26-2007, 01:35 PM
Anyone want to tell me where to go (BG) to get help with changing the fonts on my gallery pages? Should I email one of the support crew?

Allen
Jan-26-2007, 03:44 PM
Hi Al

Thanks for your reply. Your suggestion to paste in the code from your post at the top of the CSS box worked for my HOME PAGE but not on any of my gallery pages.

Can you figure out why that is? I went to the gallery's customization page and set the theme to "custom" before trying to apply the new code by clicking first the "submit" button to preview the changes (selecting one gallery, my ART gallery) and they did NOT appear. That is, the font was unchanged.
Add the important at the end.

body {
font-family: Trebuchet MS, verdana, tahoma, helvetica,
arial, sans-serif !important;
}

Al

Phoxx
Feb-23-2007, 01:32 AM
I had the same problem, changed all gallery themes to default and made sure I checked the 'hide owner' box to NO. This way my font changes came through.