The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need CSS for fonts in forum description

3 posters

Go down

Solved Need CSS for fonts in forum description

Post by boffer10 July 16th 2011, 6:04 pm

I want to handle the fonts in the Description section with CSS, but I can't figure out what it's called. Any ideas?


Need CSS for fonts in forum description 84910
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Need CSS for fonts in forum description

Post by The_Professor July 16th 2011, 7:58 pm

boffer10 wrote:I want to handle the fonts in the Description section with CSS, but I can't figure out what it's called. Any ideas?


Need CSS for fonts in forum description 84910

Actually, you can't do that.

You have to edit the font by going to ACP>Display>Pictures & Colors>Colors

It should say, "Main Font", edit it the way you like, and click save.

If that doesn't work, just PM me.
The_Professor
The_Professor
Forumember

Male Posts : 29
Reputation : 0
Language : English
Location : Long Island

http://theministryofgaming.forumotion.com

Back to top Go down

Solved Re: Need CSS for fonts in forum description

Post by boffer10 July 16th 2011, 8:06 pm

That's the point: I want it to be a different color than the main font. I am using CSS to change the forum title color; I would think there is a way to change the forum description font color.
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Need CSS for fonts in forum description

Post by The_Professor July 16th 2011, 8:08 pm

boffer10 wrote:That's the point: I want it to be a different color than the main font. I am using CSS to change the forum title color; I would think there is a way to change the forum description font color.

Then go to ACP>Display>Pictures & Colors>Colors and go to the main text color. Just choose the color you want and save.

EDIT: You can also change the title color by going to above and find Header Font Color.
The_Professor
The_Professor
Forumember

Male Posts : 29
Reputation : 0
Language : English
Location : Long Island

http://theministryofgaming.forumotion.com

Back to top Go down

Solved Re: Need CSS for fonts in forum description

Post by Nera. July 16th 2011, 11:02 pm

Hi,

I'm not sure did I get you right. You want to have a different font color in forum description?

If yes:
There are two ways to do it. Adding this in your forum description and of course changing the color:
Code:
<font color="indigo">Your text goes here</font>
Or through CSS by adding this and changing the color to the one you want
Code:
dl.icon dd.dterm, dl.icon dt {
    color: red;
}

I'd do it first way.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Need CSS for fonts in forum description

Post by boffer10 July 16th 2011, 11:44 pm

Thank you. That's what I was looking for (CSS); I never would have figured it out!

This one is solved :wouhou:
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Need CSS for fonts in forum description

Post by Nera. July 17th 2011, 1:26 am

Welcome.

Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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