ℋunni at 07h15
10
Jan
2012
Running: Invision
So! My question goes on a simple one, though I'm just not sure where to place it. I'd like the change the text characteristics of all usernames that are in the red box; I'd like to change the font size and the font. For the font, I'd be linking into a Google Fonts,hwich provides me the CSS below. I need to know what to edit in and where. Thank you! <3
CSS:
Javascript:

So! My question goes on a simple one, though I'm just not sure where to place it. I'd like the change the text characteristics of all usernames that are in the red box; I'd like to change the font size and the font. For the font, I'd be linking into a Google Fonts,hwich provides me the CSS below. I need to know what to edit in and where. Thank you! <3
CSS:
- Code:
font-family: 'Wire One', sans-serif;
Javascript:
- Code:
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Wire+One::latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>

1 Coddy, on 10/01/2012 at 12h10
The javascript code put in JavaScript managemnt. But, that propriety put in postdetails selector, like this:
If not working try:
- Code:
dl.postdetails dt a span strong{
font-family: 'Wire One', sans-serif;
}
If not working try:
- Code:
dl.postdetails dt a span strong{
font-family: 'Wire One', sans-serif !important;
}
2 ℋunni, on 11/01/2012 at 05h54
Awh! I'm so happy it worked~! Thank you Gassy, haha <3.
Edit: So, I tried changing the font and now the site isn't reading it. I did the exact same thing...~
Edit: So, I tried changing the font and now the site isn't reading it. I did the exact same thing...~
3 Coddy, on 11/01/2012 at 12h57
ℋunni wrote:Awh! I'm so happy it worked~! Thank you Gassy, haha <3.
Edit: So, I tried changing the font and now the site isn't reading it. I did the exact same thing...~
Firstly you said that worked. Have you added/changed something?
4 ℋunni, on 12/01/2012 at 04h24
Well, I picked a different font is all. I changed nothing else, really. I read in some different topics that JavaScript is being fussy?
CSS:
JavaScript:
I haven't altered the Script whatsoever, but I have this in my CSS.
And it looks like this now, which is completely the wrong font xD.

CSS:
- Code:
font-family: 'Tulpen One', cursive;
JavaScript:
- Code:
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Tulpen+One::latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>
I haven't altered the Script whatsoever, but I have this in my CSS.
- Code:
dl.postdetails dt a span strong{
font-family: 'Tulpen One', cursive !important;
font-size: 28px;
text-transform: uppercase;
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
And it looks like this now, which is completely the wrong font xD.

5 ℋunni, on 13/01/2012 at 07h57
This was solved in a different topics ! Thanks again for your help Gassy <3.
6 slg, on 13/01/2012 at 08h02
ℋunni wrote:This was solved in a different topics ! Thanks again for your help Gassy <3.
| Topic Solved & Locked |
Similar topics
Hi all,
I've been having a lot of problems today on the forum regarding general appearance and widgets, which has disrupted the usage for many users.
Firstly, the most noticeable change is the fact that both the announcements bar at the top, and als
Site: http://paperthin-hymn.nstars.org/
Running: Invision
Question!
As simple as it sounds, I would like to change the appearance of my code/spoiler box from the one
I currently have on my site to the identical one this site is using, along with the
I know it doesn't matter really but I get so much grief off of people when I talk about Elbow, especially my friends who ususally say things along the lines of "they're crap" and "how can you listen to them they're boring and
Replies 1 to 6 on 6 for "Altering general appearance of username"
Search
Informations
6 Replies For the topic :
"Altering general appearance of username"
This topic has been viewed 654 times.
Last message :
10/01/2012 at 07h15 by "ℋunni"





