 |
 |
 |
 |
 |
| Author |
Message |
JeremyNell Newbie


Joined: Oct 09, 2003 Posts: 9
|
Posted: Mon Oct 13, 2003 10:53 am Post subject: changing forums css problems |
|
|
Hi,
I have a Zone Copper theme. I am trying to edit the font-size of the forum, but it won't change! If I edit the css of the Zone Copper theme, the fonts on the site change, but not the forum. If I edit the font size of the forum css, it still doesn't change size?
Help!
Jeremy |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Tue Oct 14, 2003 1:31 am Post subject: |
|
|
If you look in /themes/zoneCopper/forums you will find a CSS file called forums.css. This is the file you need to edit. If that doesn't work, let me know and we'll take it from there...  _________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
JeremyNell Newbie


Joined: Oct 09, 2003 Posts: 9
|
Posted: Tue Oct 14, 2003 2:49 am Post subject: |
|
|
That's the one - but nothing changes after I have edited it...
I don't know why. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Tue Oct 14, 2003 3:15 am Post subject: |
|
|
Hrm... well, I'm not really familiar with zoneCopper, but you might want to try editing theme_info.cfg (the file that says you're NOT supposed to edit it ). I think that warning is a hold-over from before it was ported to Nuke. Just make sure you back up your original file, in case your changes 'screw the pooch', so to speak... _________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
JeremyNell Newbie


Joined: Oct 09, 2003 Posts: 9
|
Posted: Tue Oct 14, 2003 3:23 am Post subject: |
|
|
I edited that file, and nothing changed.
It is wierd....very wierd.
 |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Tue Oct 14, 2003 3:30 am Post subject: |
|
|
In that case, they probably have this stuff hard-coded in the template files, et cetera. All depends on the author. Sometimes it's a real booger to find them. _________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
JeremyNell Newbie


Joined: Oct 09, 2003 Posts: 9
|
Posted: Tue Oct 14, 2003 3:52 am Post subject: |
|
|
OK, all I really want to do, is to match the forum's font sizes to that of my PHPNUke site (Verdana 9pt). Everything else is 100%.
Please can you help me in getting this right?
Have a look - www.jeremynell.com
(Go to the forum, and see what I am talking about)
Jeremy |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
aabbcc Newbie


Joined: Feb 22, 2004 Posts: 5
|
Posted: Mon Feb 23, 2004 6:10 am Post subject: |
|
|
Look in all the .tpl header files, check for the code line that calls the .css file and be sure that it doesnt look like this:
<!--link rel="stylesheet" href="modules/Forums/templates/templatename/file.css" type="text/css" -->
It must look like this (you just remove the !-- at the beginning and the -- at the end if you see them):
<link rel="stylesheet" href="modules/Forums/templates/templatename/file.css" type="text/css">
Now just modify your .css file and it should apply to all your forums pages... _________________ World of Warcraft Nation |
|
| Back to top |
|
|
 |
 |
 |
 |
| |
 |