inherit
14322
0
Jun 22, 2016 4:11:12 GMT -8
Salem6
52
October 2003
salem6
|
Post by Salem6 on Jun 2, 2016 6:20:43 GMT -8
Hi, I need to increase the size of the font on a banner at the top of my board, but cannot work out what needs changing.
<center><h2> <script language="JavaScript1.2">
/* Neon Lights Text By JavaScript Kit (http://javascriptkit.com) For this script, TOS, and 100s more DHTML scripts, Visit www.dynamicdrive.com */
var message="Salem6 & Taxigirl's information centre" var neonbasecolor="white" var neontextcolor="red" var flashspeed=100 //in milliseconds
The site is salem6taxigirl.proboards.com/
Any help would be appreciated.
Regards, S6.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Jun 2, 2016 14:32:35 GMT -8
Salem6, just to clarify, you want the text in the banner "S6&Tg's" font-size to be bigger? Correct? If that is the case, go to Admin > Themes > Advanced Styles & CSS In the visual editor tab, navigate to Header(top) > Forum Banner > Banner Text From there, you should be able to change the font-size and other options related to the Banner Text. You can use em or px, personally I'd go with pixels. Just change the font size to #px (replace the number sign with an actual number).
|
|
inherit
232747
0
Sept 16, 2016 12:13:15 GMT -8
Forumero
116
May 2016
reallyoldschool
|
Post by Forumero on Jun 3, 2016 15:07:51 GMT -8
If he means on java script banner?
Find this (if exist):
<font color="white"> <span id="neonlight0"...
And change first (bold) line to:
<font color="white" size="5"> <span id="neonlight0"...
Or just try to increase h2 font.
Also, try to add something like this (direct in script):
var neontextsize="5"
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Jun 4, 2016 4:37:06 GMT -8
Hi, I need to increase the size of the font on a banner at the top of my board, but cannot work out what needs changing.
<center><h2> <script language="JavaScript1.2">
/* Neon Lights Text By JavaScript Kit (http://javascriptkit.com) For this script, TOS, and 100s more DHTML scripts, Visit www.dynamicdrive.com */
var message="Salem6 & Taxigirl's information centre" var neonbasecolor="white" var neontextcolor="red" var flashspeed=100 //in milliseconds
The site is salem6taxigirl.proboards.com/
Any help would be appreciated.
Regards, S6. The easist way would be to edit the <h2> tag at the top of your code.... <center><h2 style="font-size: 25px;"> <script language="JavaScript1.2"> Forumero, just a heads-up, you cannot add a variable to a script and expect it to do anything unless you change that script utilise it.
|
|
inherit
232747
0
Sept 16, 2016 12:13:15 GMT -8
Forumero
116
May 2016
reallyoldschool
|
Post by Forumero on Jun 4, 2016 6:18:06 GMT -8
Yes I know. I hadn't a complete script for review, so I added as a final (first-aid) solution ..
|
|
inherit
14322
0
Jun 22, 2016 4:11:12 GMT -8
Salem6
52
October 2003
salem6
|
Post by Salem6 on Jun 20, 2016 1:18:38 GMT -8
None of these worked The text I am trying to change the font size on is the Salem6 & Taxigirl's information centre across the top.
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Jun 20, 2016 9:53:39 GMT -8
None of these worked The text I am trying to change the font size on is the Salem6 & Taxigirl's information centre across the top. Salem6 In your admin area go to Structure > Headers & Footers > Main Header & Footer and add what Todge pointed out in his post: You would need to add the things in green to the first line you see in your header. I tested it and it worked. If that still doesn't work please try clearing your cookies and cache and refreshing the page.
|
|
inherit
14322
0
Jun 22, 2016 4:11:12 GMT -8
Salem6
52
October 2003
salem6
|
Post by Salem6 on Jun 22, 2016 4:01:39 GMT -8
Brilliant, thanks Ulises & Todge.
|
|