WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Matti


Registered Member
Registered Member
I want to change the font-family for the title of the topic just like the rest of my forum.

Guest


Guest
Try this:
Code:
.postbody .topic-title{font-family:Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif;font-size:.85em;font-weight:700}

ankillien


Administrator
Administrator
Hi,

you need it for in forum (list of topics) or viewing topic?

Matti


Registered Member
Registered Member
This is what I use for forumtitle & topictitle

Code:
a.topictitle {
font-family: Trebuchet MS,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}


And I just wanna it for this ''title of the topic'' or whatever it called.

ankillien


Administrator
Administrator
This is your code...

Code:
h2.topic-title a {
font-family : 'comic sans ms';
}

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum