Altering general appearance of username
2 posters
Page 1 of 1
Altering general appearance of username
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>
Last edited by ℋunni on January 13th 2012, 08:58; edited 1 time in total
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: Altering general appearance of username
The javascript code put in JavaScript managemnt. But, that propriety put in postdetails selector, like this:
- Code:
dl.postdetails dt a span strong{
font-family: 'Wire One', sans-serif;
}
- Code:
dl.postdetails dt a span strong{
font-family: 'Wire One', sans-serif !important;
}
Guest- Guest
Re: Altering general appearance of username
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...~
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: Altering general appearance of username
Firstly you said that worked. Have you added/changed something?ℋ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...~
Guest- Guest
Re: Altering general appearance of username
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.
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: Altering general appearance of username
This was solved in a different topics ! Thanks again for your help Gassy <3.
ℋunni- Forumember
- Posts : 150
Reputation : 4
Language : English
Re: Altering general appearance of username
ℋunni wrote:This was solved in a different topics ! Thanks again for your help Gassy <3.
Topic Solved & Locked |
Similar topics
» Altering the Quote Box
» general announcements
» Altering the Code+Spoiler Box
» Altering 'Gender' text in profile
» Altering spoiler width when opened to display whole content
» general announcements
» Altering the Code+Spoiler Box
» Altering 'Gender' text in profile
» Altering spoiler width when opened to display whole content
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum