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.

FONT

3 posters

Go down

In progress FONT

Post by rafaelsaintnicholas July 19th 2011, 3:27 pm

Hi i want to help me for some problems

This is my forum http://action-sports.forumgreek.com/ and i want to change the header title from uppercase to lower case how can i do it?
avatar
rafaelsaintnicholas
New Member

Posts : 8
Reputation : 0
Language : greek

Back to top Go down

In progress Re: FONT

Post by Ahmedvirus July 19th 2011, 3:49 pm

hi

go to
Administration Panel/Forum/Configuration/
Site description * :
Site name :
or
go Forum promotion/Search engines/
Homepage title :
----------
or To change the font style add this to css

Code:
#logo-desc{ font-size: 55px; color:#3F6 ; font-family:Georgia, "Times New Roman", Times, serif;}


or What do you mean
Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: FONT

Post by rafaelsaintnicholas July 19th 2011, 3:56 pm

Nop this i mean the fotn of the columns header and category head font Smile

this
FONT XRJhZ

and
FONT 199Ut
avatar
rafaelsaintnicholas
New Member

Posts : 8
Reputation : 0
Language : greek

Back to top Go down

In progress Re: FONT

Post by Ahmedvirus July 19th 2011, 4:12 pm

aha go to
acp/Display/Pictures and Colors/Colors
Is what you want or use the css

Code:
.table-title, .table-title h2 {
    color: #1FDB15;
    display: inline;
    font-size: 55px;
    font-family:Georgia, "Times New Roman", Times, serif;
}

or

Code:

.header  { font-size: 55px;

    color: #1FDB15;
    display: inline;
    font-size: 55px;
    font-family:Georgia, "Times New Roman", Times, serif;
}

and

Code:

.h3 , .corners-top{


    color: #1FDB15;
    display: inline;
    font-size: 55px;
    font-family:Georgia, "Times New Roman", Times, serif;
}
Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

In progress Re: FONT

Post by rafaelsaintnicholas July 19th 2011, 4:19 pm

yes for this but i want it to change it for big characters to small characters Smile what code i can use ?
avatar
rafaelsaintnicholas
New Member

Posts : 8
Reputation : 0
Language : greek

Back to top Go down

In progress Re: FONT

Post by Base July 19th 2011, 5:42 pm

Hello,

For the widget titles, please add this to your CSS code:

Code:
.h3, h3 {
    text-transform: none;
}

For your forum title bar thing, please add this to your CSS code:

Code:
li.header dd, li.header dt {
    text-transform: none;
}

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: FONT

Post by rafaelsaintnicholas July 20th 2011, 9:57 pm

Thannks a lot my probplem has solved
but how i change this text without channge language?

FONT RPDkj
avatar
rafaelsaintnicholas
New Member

Posts : 8
Reputation : 0
Language : greek

Back to top Go down

Back to top

- Similar topics

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