MN Forum
Files to Edit - Printable Version

+- MN Forum (http://forum.mn-shop.com)
+-- Forum: Products (http://forum.mn-shop.com/forum-products.html)
+--- Forum: Ask a Question (http://forum.mn-shop.com/forum-ask-a-question.html)
+--- Thread: Files to Edit (/thread-files-to-edit.html)



Files to Edit - paternes - 05-30-2013

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


RE: Files to Edit - deadlef - 05-30-2013

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;
}