Gossamer Forum
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

Programming and creating plugins and templates
Blog
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.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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

Programming and creating plugins and templates
Blog
Quote Reply
Re: [Andy] how to change categories at home.html-page ? In reply to
super !
you guys are AWESOME !!!



Thanks a lot,

Erich