The time now is Sat Jul 05, 2008 9:50 am
Log in: Username: Password:
Search forums for:
  
 
ZoneMetrics.com Forum Index
 

ZoneX forums - The new wave in forum management!


how to change the site name and desciption color ?


ZoneMetrics.com Forum Index -> ZoneX Corner -> Configuration and Installation

Post new topic   Reply to topic
Author Message
solobrian



Joined: 22 Dec 2005
Posts: 6



PostPosted: Fri Dec 23, 2005 5:02 pm    Post subject: how to change the site name and desciption color ? Reply with quote

How do I change the site name & description from black to something else?

I looked in the style administration menu, but do not see an option for the title.
Back to top
pseud0
Moderator


Joined: 18 Oct 2005
Posts: 8



PostPosted: Sat Dec 24, 2005 11:55 am    Post subject: Reply with quote

Hi there,

You'll need to edit CSS file (template/TemplateName/style.css). Just open it and change the paramenters for H2 style:

Code:
h1,h2   {font-weight: bold; font-size: 20px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #414141;}


But remember, this will change the H1 style too! H1 style stands for topic titles. Anyway you can separate those two styles. For example if you want to keep H1 as is just leave this code in CSS file:

Code:

h1   {font-weight: bold; font-size: 20px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #414141;}


and add code for H2 style where you can change site description at the top!


Code:
h2   {font-weight: bold; font-size: 20px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #414141;}


I hope this will help you!

Pseud0
Back to top
Display posts from previous:   
Post new topic   Reply to topic All times are GMT

ZoneMetrics.com Forum Index -> ZoneX Corner -> Configuration and Installation

Page 1 of 1

Related topics: