1
arthur76
Cannot Change forum font!!
  • 2003/11/19 12:02

  • arthur76

  • Just popping in

  • Posts: 9

  • Since: 2003/11/10


I'm usage xxops2.0.5, i wanty to change forum font size, i try to find it on /themes/default.php, but i don't know which one is??
Thank you very much!!

2
ackbarr
Re: Cannot Change forum font!!

the .com* styles in /themes/default/style.css control the look of both forum posts and comments:
le="color: #000000"><?php .comTitle {font-weight: bold; margin-bottom: 2px;} .comText {padding: 2px;} .comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;} .comUserStatCaption {font-weight: normal;} .comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;} .comUserRank {margin: 2px;} .comUserRankText {font-size: 10px;font-weight:bold;} .comUserRankImg {border: 0px} .comUserName {} .comUserImg {margin: 2px;} .comDate {font-weight: normal; font-style: italic; font-size: smaller} .comDateCaption {font-weight: bold; font-style: normal;}


The name of each rule reflects which part of a post it modifies.

* Quick Tip - Mozilla comes with a web development tool "DOM Inspector" which can tell you exactly what styles are being applied to a page element, and where they came from. I use this tool constantly to help troubleshoot theme problems, or to just answer the question "Why does my site look like this?" There is a great DOM Inspector Tutorial to help get you started.

3
arthur76
Re: Cannot Change forum font!!
  • 2003/11/19 14:42

  • arthur76

  • Just popping in

  • Posts: 9

  • Since: 2003/11/10


SORRY, I have already followed your step to change it, but still not working!!!

4
ackbarr
Re: Cannot Change forum font!!

so what have you tried?

try adding something like this to /themes/<your theme>/style.css
le="color: #000000"><?php .comTitle {font-size:16pt;} .comText {font-size:12pt;}


Obviously - you can use different values from what I used above.


5
arthur76
Re: Cannot Change forum font!!
  • 2003/11/20 3:24

  • arthur76

  • Just popping in

  • Posts: 9

  • Since: 2003/11/10


Thank you so much for your help.
But still not working, forgot it ,
i will give it up!!