Topic: some questions

hey may i know where can i change the punbb website text font color ? is it somewhere in .css ?

Re: some questions

yep it is in the /style folder. the CSS you use is the one to edit there. should be at the very top, like:

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial;
  font-size: small;
}

Re: some questions

ok well thanks but then could not find the code my is cobalt.css umm maybe white is auto so no codes ill add in by myself then big_smile ty!

Re: some questions

.. didn't work any ideas?

Re: some questions

look in

imports/cobalt_cs.css

Re: some questions

ok well nevermind a bit confusing though