MyBB Community Forums

Full Version: Editing CSS, PHP, HTML for the styles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone, I am/was editing a template/theme today, and I need to change some colors of the text. However, most of the text is through the same class I think it is something like ".smalltext".

I need to edit a few files so I can add more divs, or classes on the stuff that gets echos out, so I can add some more details into the css files.

So my question is, what files do the outputing for the main index page?


Thank you so much!



--Daniel L
Well it depends what it is you're trying to change. Most of the front page can be changed through the Index Templates, but if you need to edit the PHP for the front page, you'll need to look at index.php, and the different function files that are attached.

Take a look at the includes at the top of the index.php file to see what is included. There is also a list of templates that are used too in the file.