• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[css] helppp

ares413

New Member
Joined
Apr 1, 2010
Messages
130
Reaction score
3
can someone PLEASE tell me which file in my htdocs folder i need to edit to change the color of all the font on my website? i dont know if its a CSS file or a php file. please help. rep++
 
Yea like you need to be way more specific i know thats where the css files are and the layout.php file is but i cant find the line or the file which changes the color of all the font on the site.
 
Screenshot of website
Which AAC?
Post the template file if you know where to find it.

In css it would be like:
Code:
body {
  color: #ffffff;
}
Ofc you have to change the colorcode, however this is assuming that no child has a different color set. Basically this only sets the base font color.
 
Back
Top