Franctic is a creative, high quality, clean and minimalistic under construction page.
Thank you for purchasing our template.
!!! IMPORTANT !!! Some features of this theme may not work locally. You have to place all files on web server !!! IMPORTANT !!!
In our comingsoon you can easily make many changes. We shall explain below how you can make changes in the:
- background
- fonts
- about us
- logo
- social icons (we give you 21 different social icon to choose)
- header text
If you do not find an answer in this manual, or would like to ask us a question, please send us an email to: capitaltemplate@gmail.com;
We will answer you as quickly as possible.
In order to change background image in first slide open color.css, dark.css or bright.css and go to this section:
<!#mainContent {>
< id="">background-image: url('images/background/2.jpg');<>
Here you can change path to location of your background.
In order to change background image in second slide open moonhunters.css and go to this section:
<!#aboutUsContent {>
< id="">background-image: url('images/background/2.jpg');<>
Here you can change path to location of your background.
In order to change background image in third slide open moonhunters.css and go to this section:
<!#contactContent {>
< id="">background-image: url('images/background/2.jpg');<>
Here you can change path to location of your background.
This script takes email from subscribe form, when user click subscribe button, and saves it to emails.csv file.
You can modify this file to save emails to database. The variable $_GET["email"] contains email provided by user.
The script sends email message to address specific in line 7, you should provide your own email address there:
Change: "your@email.address" to your email.
mail("your@email.address", $subject, $contactMessage, "From: $contactEmail");
You can also change subject of an email in line 2: $subject = "Your subject";
$subject = "Moonhunters";
If you want to add a description and change the address, phone and e-mail in the "about us" subpage you should make changes to the HTML file in the section:
<!-- ABOUT US --> <div id="AboutUs">
and enter your text here:
<p>Lorem ipsum dolor sit amet....</p>
To change logo you must place your own logo image in the images/logo/ folder and change below section in one of these html file:
<div id="logo"> <img src="images/logo/your_logo_name.png"> </div>
If you want to change a header text you should make changes to the HTML file in the section:
<div id="titles">
and enter your text here:
<div class="title">We Are Working Hard</div> <div class="title">Our Website Is Almost Ready</div> <div class="title">Stay Tuned!</div>
Project contains free google web fonts:
- Oswald
- Roboto
- Roboto-Thin
http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woffhttp://themes.googleusercontent.com/static/fonts/robotocondensed/v8/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff
Social Icons
We give you 21 different social icons to choose. If you want to modify or add more social icon you must change the section in HTML file:
You can set a path to your own icon file here:
style="background-image: url('images/star_galaxy_icons/name of your icon from file star_galaxy_icons.png'); "></a>If you would like to add social icon you must add this code:
<li class="icon"> <a href="#" target="_blank" style="background-image: url('images/star_galaxy_icons/name of your icon from file star_galaxy_icons.png');"></a> </li>Icons are located in the directory: images/star_galaxy_icons