Created: 11/06/2013
By: Bogdan
Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
In order to make any changes your must open the index.html file via Notepad (any other text editor), and make the changes that you wish.
Contact Form
For your contact form to function correctly youʼll have to open the contact.php file and enter in your email address in the following location:
$to ='to@email.com';
If you would like to edit the color, font, or style of an element, you should open the style.css file via Notepad (any other text editor), and do the following:
#example {
color: #someColor;
font-size: 18px;
}
If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.
So, to ensure that your new styles are applied, make sure that they carry enough "weight" and that there isn't a style lower in the CSS file that is being applied after yours.
This template imports Javascript files. jQuery is a Javascript library that greatly reduces the amount of code that you must write.
Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
Bogdan