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.

How can I change the who is online font ?

4 posters

Go down

How can I change the who is online font ? Empty How can I change the who is online font ?

Post by Dark_Code May 20th 2012, 6:02 am

Ok I want to change the font on who is online and Statistics and Chatbox I want to change these font families, here's what I'm talking about

How can I change the who is online font ? Online10

You see who is online I want to change the font and also I want to change Statistics and Chatbox

Please help,

Forum version: Phpbb3
Dark_Code
Dark_Code
Forumember

Male Posts : 91
Reputation : 4
Language : CSS
Location : Modesto

http://csshelp.ipbhost.com/

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by Sir Chivas™ May 20th 2012, 6:21 am

Hi, Hello


Try this code:
Code:
ul.online-users li a{
font: verdana !important;
font-size: 12px !important
}
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by Dark_Code May 20th 2012, 6:49 am

Nope didn't work
Dark_Code
Dark_Code
Forumember

Male Posts : 91
Reputation : 4
Language : CSS
Location : Modesto

http://csshelp.ipbhost.com/

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by Mati May 20th 2012, 2:35 pm

Hi,

Add this in your CSS:

Code:
.h3, h3 {
    border-bottom: 1px solid #A1A3A3;
    color: #A1A3A3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.05em;
    margin-bottom: 3px;
    margin-top: 20px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by LGforum May 20th 2012, 5:04 pm

To prevent changing other things, you'd do this instead:
Code:

ul.linklist + .h3 {
  font-family: NEW FONTS...
}

As '.h3' would affect a lot of things.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by Dark_Code May 20th 2012, 7:00 pm

Is there a pacific variable that DONT messed up stuff
Dark_Code
Dark_Code
Forumember

Male Posts : 91
Reputation : 4
Language : CSS
Location : Modesto

http://csshelp.ipbhost.com/

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by LGforum May 20th 2012, 7:08 pm

CSS doesn't have variables, and yes... The code above lol.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by Dark_Code May 20th 2012, 10:59 pm

yea that works but I want it for chatbox and Statistics
Dark_Code
Dark_Code
Forumember

Male Posts : 91
Reputation : 4
Language : CSS
Location : Modesto

http://csshelp.ipbhost.com/

Back to top Go down

How can I change the who is online font ? Empty Re: How can I change the who is online font ?

Post by LGforum May 20th 2012, 11:39 pm

What then why... Urgh nevermind. Use the code provided by matti above then, and it will tackle all those I believe.
It will also change the headers or widgets and a few other places.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

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