MN Forum

Full Version: Files to Edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone, can someone list all the files that can be customized?

like, how to add a picture, or video on the main page? what is the main page file call? How to change background color or picture?

Thank you very much, I look all over the forum and I dint found anything.

Thanks

Paulo
ArmyHits.com
index.php is the name of main page...inlcuding header.php and footer.php..

then u must look at index.php what the will show you if you are logged in or when you not logged in its both in index.php.

in the style.css file in theme/pes/style.css

you can change bg at BODY
{
background: #335DB7 url(images/ellipse.png) no-repeat center center;
font-family: Cambria;
margin: 0;
padding: 0px;
}