Blogger Store

Created for bloggers who want to start an e-commerce or shopping site, Blogger Store is a professional looking template compatible with Paypal or Google Checkout

  • Animated shopping cart
  • Dual dropdown menu bar
  • Automatic featured content carousel
  • Grid and list style post view
Blogger store shopping blogger template

Lightroom Photo Blog Template

A beautiful photo blog template that displays photos in gallery format and is available in two styles basic and advanced

  • Switchable background
  • Attractive theme font
  • Integrated social media icons
  • Left sidebar and navigation menu
Lightroom Photo Blog Template

Magpress

Magazine style theme adapted from wordpress

  • Featured slider section
  • Dual menu bar
  • Tabbed widget
  • 4 column footer
Magpress Magazine style Blog Template

Sens

A simple theme with a clean layout

  • Full width featured slider
  • 4 column footer
  • Social widgets integrated
Sens Blogger template

Pop Out Social Bookmarking Widget

A nice-looking pop out social bookmarking widget that allows readers to share their favorite post easily

  • Neat display
  • Easy to install
Add pop out social bookmarking widget for blogger
Showing posts with label White and Green. Show all posts
Showing posts with label White and Green. Show all posts

Green Health Blog Template edit post

Posted by Bhavika On Thursday, May 24, 2012 1 comments
Green Health is a 2 column blogger template created by Lasindu Nadishan. It has a nice cascading slider, dual menu bar with dropdown and a 3 column footer.
Green Health Blog Template
The top menu bar on the right can be edited from Edit Html and search for this code -
<div id='pagemenucontainer'>
<ul id='pagemenu'>
<li><a href='/'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Contact</a></li>
<li><a href='#'>Advertise</a></li>
</ul>
Replace '#' with your page links and insert relevant titles, save the changes. Similarly, for the second menu bar look for this code in Edit Html.
<div class='menu-secondary-container'>
<ul class='menus menu-secondary'>
<li><a href='#'>Home</a></li>
<li><a href='#'>Business</a>

<ul class='children'>
<li><a href='#'>Money</a></li>
<li><a href='#'>Health</a></li>
<li><a href='#'>Social</a></li>
</ul>
</li>
Now here you have to insert the sub-categories under 'children' along with the links, follow the same steps for all the categories. Moving on to the slider, search for this code -
<div id='slidewrap'>
<ul class='kwicks horizontal'>
<li id='kwick_1'>
<span class='fadeout'/>
<div class='excerpt'>
<h2><a href='http://www.coolbthemes.com/' rel='bookmark' title='Permanent Link to Quas molestias excepturi'>Quas molestias excepturi</a></h2>
</div>
<img alt='Quas molestias excepturi' height='305' src='http://1.bp.blogspot.com/-Ch_tdavYv6k/T6KLU141HKI/AAAAAAAAKvY/UphqTt4--TQ/s1600/1.jpg' width='600'/>
</li>
Replace the post link, title, add in your own image url, keep the image size 960px x 400px and 'alt' text, follow the same steps for the remaining slides. The main column has the same format of displaying articles, thumbnails with a summary about the post, along with author, comments, time and date stamp.

The single sidebar shows social profiles in a neat manner and different blogger widgets. One thing I found missing in this template is a search box, you can probably add the Google Custom Search in the sidebar. The 3 column footer as well can be utilised to show varied content.

Download the Green Health Blog Template
Read More or Download this Blogger Template

Angry Birds Blogger Template edit post

Posted by Bhavika On Monday, February 20, 2012 1 comments
Angry Birds is a 2 column blogger theme designed by Theme Snack and ported to blogger by Chica Blogger. Its a colorful theme with a slider, automatic summaries with thumbnails, featured author comments and 3 column footer.
Angry Birds Blogger Template
The theme has a menu bar on top to display pages like Contact, About etc., after which is the header logo and slider. To modify the slider, go to Edit Html and look for the below code -

<div id='slider'>

<a href='http://angrybirds.themesnack.net/?p=24' title='Introducing WP Theme'>

<img alt='' src='http://4.bp.blogspot.com/-dPjpuC2oyXM/Ts2hwaYzI_I/AAAAAAAACq8/PRrUt7GLXV8/s1600/5.jpg' title='Introducing WP Theme'/>

</a>

<a href='http://angrybirds.themesnack.net/?p=21' title='Another image in a post'>

<img alt='' src='http://1.bp.blogspot.com/-ENdSWyspy08/Ts2iKJP5szI/AAAAAAAACrI/QAvlVIReZQA/s1600/4.jpg' title='Another image in a post'/>

</a>

Add the post link, title, img alt text and image url for each slide and save the changes. In the main column each post comes with a short summary linking to the full post and thumbnail. The single sidebar has a nice section to display social media icons, you can add your own image, if you like, add the user id and one line text and save the changes. Follow the same step for your RSS feed and facebook.

<a href='YOUR-LINK-HERE'>
<img alt='Twitter' src='http://1.bp.blogspot.com/-iekDCUVs3Dg/Ts2ZqqRjv0I/AAAAAAAACqc/PbEaxTHQ8Ug/s1600/twitter.png'/></a>
<h4><a href='YOUR-LINK-HERE'>Follow me</a></h4>
<p>You can follow my updates on Twitter</p>

</li>

<li>

<a href='YOUR-LINK-HERE'>
<img alt='Feed' src='http://3.bp.blogspot.com/-I3VbqY1KmLo/Ts2ZrHYLYNI/AAAAAAAACqk/OE57s_gmAw4/s1600/rss.png'/></a>
<h4><a href='YOUR-LINK-HERE'>Posts RSS</a></h4>
<p>Read my full posts on your favorite feed reader</p>
</li>
<li>
Below this is the search box, followed by blogger widgets like Popular Posts, archives etc. Angry Birds is good to use if you want a simple, functional theme for a kids blog.

Download the Angry Birds Blogger Template
Read More or Download this Blogger Template

Nivex Blogger Template edit post

Posted by Bhavika On Friday, July 01, 2011 1 comments
Nivex is a 2-column template created by FT Themes and adapted for blogger by Lasantha Bandara. The theme includes featured post slider, dual menu bar with dropdown and tabbed widget. Lets take a look at few steps to modify the blogger template.
Nivex Blogger Template
The second menu bar can be changed from Design--Edit Html, and search for this code -

<div class='menu-secondary-wrap'>

Below that you will see the code which needs to be changed, replace '#' with url to the post or category that needs to be linked and add the text as well. Repeat the same step for all the navigation links. To add your blog logo, you can access Page Elements and insert the image, size must be 294px width and 66px height.

Now for the featured slider, go to Design--Edit Html and find the below code -

<div class='featuredposts clearfix'>

That is the begining of the slider code, you have to replace 'This is default featured post 1 title' with your post title, add the post description, and image address and post link as mentioned in the code text. Save the changes and your slider is ready!

Below the slider each post appears in 'Read More' format with comments and date stamp displayed on the home page. The single column on the right features social media icons, search box and subscribe to blog link. While the tabbed widget allows you to display more content, in order to modify the tab names click on Edit Html and look for the below code -

<ul class='tabs-widget tabs-widget-widget-themater_tabs-1432447472-id'>
<li><a href='#widget-themater_tabs-1432447472-id1'>Popular</a></li>
<li><a href='#widget-themater_tabs-1432447472-id2'>Tags</a></li>
<li><a href='#widget-themater_tabs-1432447472-id3'>Blog Archives</a></li>
</ul>

This is followed by different blogger widgets like Recent posts, label cloud etc.

Download the Nivex Blogger Template
Read More or Download this Blogger Template

Baby Online Store Blog Theme edit post

Posted by Bhavika On Sunday, May 08, 2011 1 comments
Baby Online Store is a shopping blogger theme created by Ipietoon. Its a 4 column free template with gallery concept, so you can display the product thumbnails on the home page, just ensure you put an image in every post.
Baby Online Store Blog Theme
The template has a cute header image, you can add your blog title and tagline on the left, while below it is the horizontal menu bar to show the categories. The online shop is a simple display of products, and details would only appear on entering the post.

Baby Online Store also includes a single sidebar on the right and a 4-column footer to add different blogger widgets, about page, etc. Its a simple online shopping theme and can use it if you don't need too many features.

Download the Baby Online Store Blog Theme
Read More or Download this Blogger Template

Spring Blogger Theme edit post

Posted by Bhavika On Sunday, July 26, 2009 17 comments
Spring time is here. Ray Creations have designed a 2 column Spring blogger template, with a lovely header image. Spring Blogger Theme
The blooming daisies on the scenic landscape makes the template look really attractive. In this colorful background you can add the blog title and description, there's also a search box on top right of the template, followed by the menu bar.

The main posts appears on a notebook-like background, with the headline clipped on top and the date stamp and comments appear below that. While post labels come at the end of the article. The single column on the right can be used to place other blogger widgets.

There are default sections included in the template like About the blog, labels and archives, you can some more features if you like. Spring is a good theme to use for nature, flowers, green or personal blog.

Download the Spring Blogger Theme
Read More or Download this Blogger Template

Birdie Springtime Blogger Template edit post

Posted by Bhavika On Tuesday, March 24, 2009 7 comments
Birdie’s Springtime template is a cute-looking theme originally designed for blogger by Gisele Jaquenod. If you have seen her earlier templates, Birdie's Secret Garden and Birdie's Good Life, she makes simple and pleasing blogger themes. Birdie Springtime Blogger Template
Birdie’s Springtime is a 2-column template with a simple white layout and few spring flowers used for separating the main column and left sidebar.

There is no header as such except the birdie, a regular feature in all her designs, and the floral look. You can also add a blog description below the headline, while the main column has the date stamp with a flower next to it, and the bottom of the post comes the author name, time, comments and labels.

The left hand column gives you space to add About me page, your favorite blogs, links etc., labels and so on. Birdie’s Springtime is suitable for a blog with less content, or a personal diary or poetry blog.

Download the Birdie Springtime Blogger Template
Read More or Download this Blogger Template

Squick Design Blogger Template edit post

Posted by Clyde On Wednesday, November 12, 2008 0 comments
The Squick Design seems to be an Eco friendly design by Web Page Design and ported to blogger by Blog and Web.
Squick Design Blogger Template
The Squick Blogger template is a simple two column template that has an environment friendly theme, apart from the jazzy modern design on the top left corner of the blog. The header floats over the blog background with the description below it.

There is a navigation menu in what appears to be the header, the menu has a little hover on icon that pops up on the links. The navigation menu ends with rounded corners while the next section is an image where you can have you text displayed just like the blog header, its like a second header.

There is nothing more to this blog, the comments icon matches with the theme and the use of the light green font for the athor name and post date etc. The sidebar has a nice icon at the start of every line in it. The end of the template has another patch of green with a tree growing on a hillock, if you like this theme go ahead and download it!

Download the Squick Design Blogger Template
Read More or Download this Blogger Template

PassionDuo Blue, Red & Green Templates edit post

Posted by Clyde On Monday, June 30, 2008 2 comments
The Passion Duo template has been originally designed by Daily Blog Tips and converted to blogger by eBlog Templates, who has recently pissed me off by asking its users to register. But I managed to get all these templates from other sites, I am pretty sure hes gonna loose some users with his latest move.
PassionDuo Blue Template
The PassionDuo template is available in three different colors, Blue, Red and Green, apart from that its a very neat template with equal amount of partitions between every segment.

Now lets dissect the blog template bit by bit, starting off with the big bold header title, on the top left with the description under it, which has place only for one short sentence. The right holds enough space for a leader board ad, this position is suppose to be a very good converter actually.
PassionDuo Red Template
Under that is the navigational menu that runs in a strip under the header of the blog, which has a css hover assigned to it. On the far right of this template there is a RSS feed button. Theres another leader board space allocated under the header and above the blogs main column. The sidebar hosts ads on the top left, now this blog is for serious money makers.

I really recommend you cut off the sidebar ads, as the blog really look like it has more ads than content. It comes filled up with different widgets the search bar is very neatly done as well, its just a little box with instructions in it.
PassionDuo Green Template
The headline of the post is striking to say the least, extra large as compared to the size of the post font. The post author, labels and comments all find its place under the headline which leaves the end of the post empty. This is what gives the blog an extra feel of neatness. You can download all the three colors from below.

Download the PassionDuo Blue Blogger Template

Download the PassionDuo Red Blogger Template

Download the PassionDuo Green Blogger Template
Read More or Download this Blogger Template

Green Bug Blogger Template edit post

Posted by Clyde On Friday, March 28, 2008 0 comments
There's a dearth of green themes for blogger and thanks to akOOgle who converted this skin to blogger we have a beautiful wordpress theme called Green Bug created by Got Chance and Nitrogen Designs.
Green Bug Blogger Template

I'm a nature freak and if you are an eco blogger this template would suit your needs, this two column template has some artistic grass in the header and the navigational menu under it on a green bar. With a hover the tiny icons besides the menu links turn green as well.

The sidebar is on the left which I feel makes it easier to use rather than a right hand sidebar. Each link and label get a tiny little green bug on the left hand side besides it, that makes the templates eco friendly nature literally stand out.

If you move onto the main column the font is really precise with a nice big post title. A separator below the headline with the post time, label, author as well as the comments link all at the start of the post makes this template unique.

Download the Green Bug Blogger Template
Read More or Download this Blogger Template

The Ambiru Blogger Template edit post

Posted by Clyde On Tuesday, March 04, 2008 1 comments
The Ambiru single column template debuts our single column section on Blogger Templates. Yes its wonderful to have all four sections up in little more than a months time since we started this directory of blogger skins.

The Ambiru Blogger template was originally created by Gecko & Fly and then tweaked by Blog Crowds.
The Ambiru Blogger Template

The specialty of this template is that its a single column template and its extremely narrow. This template has a long header which has a green image with strips on it that reminds you of the matrix binary code or a wooden finish.

There is a narrow black strip under the header image that contains the main navigational menu of the blog with a nice strong white font. Since the column is narrow there is a limitation to the amount of words you can fit into this navigational strip.
Ambiru Blogger Template Footer
The footer is divided into two columns where you can have your profile or your link lists or any other page elements that you would like to have.

This template is good for a blog that will show case art or photography or anyone with some really great unique content, with nothing else at the sides to distract your viewers only tour content will get their attention.

If you think your content is good enough to handle this blog, then go ahead and try the the Ambiru blogger skin.

Download the Ambiru Single Column Blogger Skin
Read More or Download this Blogger Template

sIMPRESS Blogger Theme edit post

Posted by Clyde On Sunday, February 24, 2008 17 comments
This template got me to update the blog, its been a while since I have posted a new template I have been working on my other blogs that you can visit by taking a look at the images in the middle column below.

Apart from that let me introduce you to sIMPRESS, a template created by Deziner Folio originally for wordpress and ported to us by Blog and Web.Simpress Blogger TemplateNow the moment you see Simpress you will notice that its an extremely simple template. Its simplicity makes it extremely elegant and an extremely low load time as well.

The little twirls on the top give it a nice feel and the use of a limited range of colors makes it simple. The black text on white back ground makes it a very easy blog to read. If you notice the buttons on the top change to a shade already incorporated in the blog, hence the reader does not have to see a new colour.

I think this is one of the best design I have come across on blogger. This reminds me that I really need to put up a best blogger templates section here soon, but may end up doing it only in a month or so.

Template Configuration Instructions:

The links in the header can be changed by using page elements, the code can be used like the ones below



For the date to appear you need to change your date format to DD Month YYYY (eg. 25 February 2008) by going to your Time stamp settings in blogger.

Download the Simpress Blogger Template
Read More or Download this Blogger Template

    Recent Templates

    Recent Comments

    Video Guides