Page 1 of 1
Start Page Font
Posted: 07 Mar 2009, 17:05
by Jonzinator
Hello,
I have a slideshow running for the initial page. I cant find where to change the font for the folder title.
Thanks for the help
Troy
Posted: 09 Mar 2009, 17:18
by Nick
You have to go to Themes > Theme you use > Edit CSS and there you can change fonts used on your gallery.
Posted: 10 Mar 2009, 00:29
by Jonzinator
I appreciate the response, but could you provide a clue as to the location in that file? What particular header am I looking for? There are alot of font settings and not all are obvious as to what they change. If there is a document that describes what to change and where the effect takes place please refer me to it.
Thanks
Troy
Posted: 10 Mar 2009, 16:39
by Nick
I belive it is:
.folderdescription_title{
font-size: 16px;
color: #66CCFF;
leading: 2px;
}
There are some other .*_title classes you might be interested in. We tried to make css as self-explanatory as possible.
Posted: 11 Mar 2009, 15:55
by Jonzinator
Thanks for the info. Ill check that out.
Troy
Posted: 11 Mar 2009, 16:35
by Jonzinator
That edited the title for the image folder. Which I was looking for as well. The setting is was looking for changed the title over the main image created from a filemod slideshow.
I found those settings here....
.filemod_title {
font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
color: #999999;
font-size: 16px;
Thanks
Troy