Gossamer Forum
Skip to Content



Home : Products : Gossamer Links : Discussions :

how to change categories at home.html-page ?

Quote Reply
how to change categories at home.html-page ?
Hi,

I would like to change the font-size and font-color of the "numbers of links" and also the marks like "new" and "updated" at the "home.html"-page.
How and where can I do this ? Is this hard-coded or can I change it at the CSS-files ?

See attached image to understand what I am talking about.


Please help.


Many thanks,

Erich

Last edited by:

erichcyber: Aug 24, 2008, 3:27 PM
Quote Reply
Re: [erichcyber] how to change categories at home.html-page ? In reply to
Hi Erich,

You can change these in the css file(luna.css) if you use that one.

Some thing like this

#home dt{
font-size: 20px;
}

.new-item, .updated-item, .popular-item {
font-size: 20px;
}

Hope that help!

Cheers,

Dat

Scripts installation and plugin creation
Plugins
Quote Reply
Re: [tandat] how to change categories at home.html-page ? In reply to
Hi Tandat,

many thanks for your great help, this works fine !



another question for:
.new-item, .updated-item, .popular-item, etc.

I am running my website in two different languages (english and german), so I would also like to translate the wording for "new", "updated" and "popular" , etc. from english into german language.
Do you know how to change the language on these items ? I could not find this within the "User Language" or "Template Globals".



Thanks,

Erich
Quote Reply
Re: [erichcyber] how to change categories at home.html-page ? In reply to
Hi,

You can change them in subcategory.html Smile

Cheers

Andy (mod)
andy@ultranerds.com

Merry Xmas and a Happy New Year!


Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
Quote Reply
Re: [erichcyber] how to change categories at home.html-page ? In reply to
Hi Erich,

You can find these text in the german template set. GT has offered the one in the download area.

Cheers,

Dat

Scripts installation and plugin creation
Plugins
Quote Reply
Re: [Andy] how to change categories at home.html-page ? In reply to
super !
you guys are AWESOME !!!



Thanks a lot,

Erich