“Furnitica - Minimalist Furniture HTML Template” Documentation by “TivaTheme” v1.0

Created: 25/09/2018

By: TivaTheme

tivatheme@cloodo.com

Thank you for purchasing Ideabox theme. If you have any questions that are beyond the scope of this help file, please feel free to email via tivatheme@cloodo.com. Thank you very much!

Getting Started

Furnitica - Minimalist Furniture HTML Template

Files Structure

  • /HTML
    • /css (Template CSS)
    • /img (All Images)
    • /js (Template JS)
    • /libs (All external libs. We keep all of them in this folder to make updates easily.)

HTML Structure

We are using Bootstrap framework. So, basic HTML structure is same as it is used in Bootstrap.

<!DOCTYPE html>
<html>
	<head>
		<!-- Bootstrap & Other CSS files -->
	</head>
	<body id="home" >		
		<header id="top-header" class="clearfix">
			<!-- Logo, Menu, Search, Cart ... -->
		</header>
		
		<div class="main-content">
			<!-- Main Content -->
		</div>
		
		<footer id="footer">
			<!-- Footer Menu, Copyright -->
		</footer>
		
		<div class="back-to-top">
			<!-- Go To Top button -->
		</div>
		
		<div class="mobile-top-menu">
			<!-- Mobile Left Menu -->
		</div>
		
		<div id="mobile-pagemenu">
			<!-- Mobile Main Menu -->
		</div>
		
		<div id="page-preloader">
			<!-- Page Loader -->
		</div>
		
		<!-- Include JS files -->
	</body>
</html>

CSS Structure

The organization of the CSS is one of our priorities.

These are the CSS file we're using in the template:

  • style.css - (Main style)
  • responsive.css (Responsive)

Customization & Styles

Fonts

To change the embedded font, please take a look in the head part of the website and you will find this tag:

<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700" rel="stylesheet">

To change the font, first go to http://www.google.com/webfonts choose a font and use the generated code.

Icons

1. Font Awesome is a @font-face iconset that you can change size and color of the icons using CSS. If you need more information, please visit this site:
Fontawesome/

<i class="fa fa-edit"></i>
<i class="fa fa-search"></i>
...

2. Material Design is a @font-face iconset that you can change size and color of the icons using CSS. If you need more information, please visit this site:
Material Design/

<i class="zmdi zmdi-home"></i>
<i class="zmdi zmdi-phone-in-talk"></i>
...

Source & Credits

Getting Support

If you are unable to find your answer here in our documentation, feel free to ask for help from our support team, all you have to do is contact with us via email tivatheme@cloodo.com.

Our support scope

Our support covers configuration, building site as demo, trouble using any features, and bug fixes. We don't provide support for customizations.

Our support time

We try our best to monitor the email around the clock, however, this is not always possible due to different time zones. We will try to reply you as fast as we can.

Our working time is 8.00 AM - 5.30 PM, Monday to Friday (GMT+7). So if ask for help in the weekend, you may have to wait a little bit for support and please be patient.