Lab Design

This is a blog only for designing blogspot template.

Learn more

Wednesday, 24 April 2019

Cooking - Minimalist Template



Feature:
  • 2 Column
  • 2 Menu
  • Fast load
  • Less CSS design
Base theme: Simple with 2 column of body layout & 1 column footer layout.
Any suggestion and advice are welcome.

Designed by: http://cookingwithamy.blogspot.com/

CSS Code:
How to apply:
- From your Blogger Dashboard, go to Theme. Click Backup/Restore then Download theme to backup your current template.
- From your Blogger Dashboard, go to Theme then choose Edit HTML. Paste the following code after </b:skin>: (note: you can change and adjust the red parts to suit your taste)

Additional Navigation Code:
How to apply:
- From your Blogger Dashboard, go to Theme then choose Edit HTML. Paste the following code after <header>: (note: you can change the red parts to suit your taste)

Additional Footer Code:
How to apply:
- From your Blogger Dashboard, go to Theme then choose Edit HTML. Paste the following code after <footer>: (note: you can change the red parts to suit your taste)

Additional Social Badge Code:
How to apply:
- Import Font Awesome to your blog. Read here to know how to apply Font Awesome.
- From your Blogger Dashboard, go to Layout. Click Add a Gadget then choose HTML/Javascript. Paste the following code: (note: you can change the red parts to suit your taste)

Additional Search Form Code:
How to apply:
- From your Blogger Dashboard, go to Layout. Click Add a Gadget then choose HTML/Javascript. Paste the following code: (note: you can change the red parts to suit your taste)

Download
How to apply:
  1. Download the theme from the link above.
  2. From your Blogger Dashboard, go to Theme then click "Backup/Restore" on the top right.
  3. Click "Choose File" to choose the file you have downloaded. Then click "Upload".
Screenshot:

Tuesday, 9 April 2019

How To Make Popup Modal For Bootstrap Template



Modal is a term for popup dialog on bootstrap template. To apply this, you need to apply bootstrap template and import bootstrap.min.js file. Go here to read how to apply bootstrap template in blogspot.

Next, apply the code. You can do this using Add a gadget then choose HTML/Javascript on Layout section on your blogger Dashboard or directly on Edit HTML on the Theme section.

How To Make Back To Top Button



Back To Top button serve as the name implied: to back at the top of the page. Sometimes you may want to use this type of button if your blog have long article. Like seriously, who want to scroll back to the top of the page after reading very long long long post?

How To Use Font Awesome In Blogger



Font Awesome is a symbol that you can use inside a HTML. There are a lot of symbol that we can use, some of example are on the picture of this post. Usually Font Awesome is used on button, such as back button, previous button, back to top button, etc.

To use Font Awesome on blogspot, follow these steps:
1. On your blogspot dashboard, click Theme. Then, click Edit HTML.
2. Click inside of the code box then press CTRL+S to search for <head>.
3. Next, we need to include/import the Font Awesome file to the blog. Paste this below the <head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
4. Click Save Theme to save the change.

Now that the Font Awesome have been imported to your blog, next is to use it. Font Awesome must be used inside of <i> tag or <span> tag. Use them as a class inside of that tag. The format is fa fa-your_fontAwesome.
Example:
<i class="fa fa-arrow-up"></i>

There are a lot of Font Awesome type. Read here to find more. Be sure to check the version of Font Awesome that you have imported before using the symbol (this post using version 4.7.0).

Monday, 8 April 2019

How To Use JQuery In Blogger



To use JQuery for your blogspot is pretty simple. Follow these steps bellow:
1. On your blogspot dashboard, click Theme. Then, click Edit HTML.
2. Click inside of the code box then press CTRL+S to search for <head>.
3. Next, we need to include/import the JQuery file to the blog. Paste this below the <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/>
4. Click inside of the code box then press CTRL+S to search for </head>.
5. Just above the </head> add the following:
<script type='text/javascript'>
//<![CDATA[
              jQuery(document).ready(function() {
               content of your jquery function and event
             });
//]]>
</script>
6. Click Save Theme to save the change.

Monday, 1 April 2019

Simple Bootstrap Responsive Theme v 1.0

Simple Bootstrap Responsive Theme v 1.0

Feature:
  • Responsive design
  • Responsive Menu Bar
Base theme: Simple.
Default background is white.

How to change the background (1):
From your Blogger Dashboard, go to Theme then click "Customize". Click "Background" tab and choose the color you want.
How to change the background (2): [if you want to use image as your background]
- From your Blogger Dashboard, go to Theme then click "Customize". Click "Advanced" tab then click "Add CSS".
- Copy paste this: body{ background-image: url(your image url); background-position: top center; }
- You can adjust the background-position to fit your style (like center center, or top center, or use px)
- You can also add background-repeat and background-size to fit your background.

How to edit the navigation bar:
- From your Blogger Dashboard, go to Theme then click "Edit HTML"
- Click inside of the box then press ctrl+F to search what you want to change from the navbar (Project Name, About, Contact, etc).
- Change the # on <a href='#'> to the suitable page link. Example: http:www.google.com.

Read this if you want to build from scratch.
Also, read this if you want to add Font Awesome for the bootstrap template.

Any suggestion and advice are welcome.

Download Download (with header image)

How to apply:
  1. Download the theme from the link above.
  2. From your Blogger Dashboard, go to Theme then click "Backup/Restore" on the top right.
  3. Click "Choose File" to choose the file you have downloaded. Then click "Upload".
Screenshot:

School Idol Festival Responsive Theme v 1.0

School Idol Festival Responsive Theme v 1.0

Feature:
  • Responsive design
  • Floating Header & Menu Bar
Base theme: Simple.
Any suggestion and advice are welcome.

CSS Code:

Widget Code:

Download
How to apply:
  1. Download the theme from the link above.
  2. From your Blogger Dashboard, go to Theme then click "Backup/Restore" on the top right.
  3. Click "Choose File" to choose the file you have downloaded. Then click "Upload".
Screenshot: