Releasing Lunax | Another free premium blogger theme by Introblogger

I’m releasing another free premium blogger theme, Lunax. This blogger theme is compatible with all web browsers (eg: Firefox, IE, Google Chrome, and also IE).

Here are some features of this theme:-dark, glassy, 2 columns, rounded corners(only visible in Firefox and Google Chrome), right sidebar, 3-column footer, menu/navigation bar, tabbed sidebar.

Here’s a preview (click to enlarge):

Live Demo

Click here to view a live demo of the theme.

Download Now

Lunax.rar
Lunax.zip

Customizing the theme

1. Menu bar

<div id=’catmenucontainer’>
<div class=’catmenu’ id=’catmenu’>
<ul>
<li><a class=’home’ expr:href=’data:blog.homepageUrl’>Home</a></li>
<li><a expr:href=’data:blog.homepageUrl + &quot;feeds/posts/default&quot;’ title=’Posts RSS’>Posts RSS</a></li>
<li><a expr:href=’data:blog.homepageUrl + &quot;feeds/comments/default&quot;’ title=’Comments RSS’>Comments RSS</a></li>
<li><a href=’http://introblogger.blogspot.com/’ title=’Free Blogging Guide’>Blogger Tutorials</a></li>
<li><a href=’http://introblogger.blogspot.com/2009/12/contact.html’ title=’Free Blogging Guide’>Contact</a></li>
</ul>
</div>
</div>

2. Mini menu bar above header

<div id=’minilink’>
<p>
<a class=’home’ expr:href=’data:blog.homepageUrl’>Home</a>|
<a href=’#’>About Us</a>|
<a expr:href=’data:blog.homepageUrl + &quot;feeds/posts/default&quot;’ title=’Subscribe to RSS Feed’>RSS Feed</a>|
<a href=’#’ title=’Free Blogging Guide’>Contact</a>|
</p>
</div>

3. Tabbed sidebar

The first three widgets in sidebar will be shown in the tabbed sidebar.

Be sure to subscribe to Introblogger to be notified of updates!

38 Replies to “Releasing Lunax | Another free premium blogger theme by Introblogger”

  1. Hi…
    i am using this theme… its awesome…
    but the post timestamp that comes above the post title.. isnt getting displayed..

    like to see timestamp like sunday,25th April above the post title… can i modify this theme so that it shows this??

    Thanks..

  2. Hi Ashish,

    Actually, I removed the datestamp in this theme. But, follow the steps below to get it again.

    1. Go to "Layout" > "Edit HTML" > Click on "Expand Widget Templates".

    2. Search for this piece of code using CTRL+F

    <div class='post-header'>

    3. Immediately before that code, paste the following code.

    <div class='data'>
    <span class='author'> <data:post.author/> </span>
    <span class='clock'> <data:post.dateHeader/></span>
    </div>

    4. Click save. If, you don't like the background of the datestamp just customize it in css.

  3. Very Good template! You must list your blog to professional bloggers 😀 Good blog layout. I like your design 🙂

  4. I fell for this template, it's simply georgeous and I love even more how functional it is!
    Thanks a lot for sharing it with us ^_^

  5. Pankaj D.C, thank you for encouraging me!! I will keep creating more Blogger templates….

  6. hello thank you for your template.
    It looks great and i love the transparent look of it.
    However i 've been trying to add an Adsence element on the right part of the Header!
    i need to have a 468×60 banner there…

    None of the new widget apear on the right. They are stuck on on left where the Blog title is.

    Can you please provide me with a code for adding a widget on the right side of the header?

  7. Where was i till now dude….?
    I used to dream to meet a blogger genius…and now i got you.
    Can i be in contact with u?
    If so please mail me at:baravind888@gmail.com
    I hope you reply soon…

    Anyways your works are awesome!

  8. Aravind, it is caused by the "Reactions" thing that you've added in your blog…Remove it and the "read more" will be working back…

  9. "Reactions" thing that I've told you before is the feature below every post to get know your readers reactions/opinion whether your post is Cool/Funny/Interesting….

    To remove it go to Page Elements. Then click on the "Edit" link on the right bottom of the "Blog Posts" box…

    Then, it will open a new window..there, uncheck the box called "reactions" and save.

  10. @Aravind, welcome..

    @JRs.ReZ4 HyU6a,

    Hi, Welcome..Do you mean you can't move the widgets from the sidebar to footer or can't move within the sidebar itself?

    Actually, there is a trick to move the widgets manually other than in Page Elements page. Go, to EDIT HTML and make sure the "expand widget templates" unchecked. You scroll down until you see

    <div id='sidebar-wrapper'>
    <b:section class='sidebar' id='sidebar' preferred='yes' showaddelement='yes'>
    <b:widget id='Label1' locked='false' title='Labels' type='Label'/>
    <b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
    <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
    </b:section>
    </div>

    Only three widgets are shown above..You can switch the places of widgets by rearranging the codes…like shown below

    <div id='sidebar-wrapper'>
    <b:section class='sidebar' id='sidebar' preferred='yes' showaddelement='yes'>
    <b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
    <b:widget id='Label1' locked='false' title='Labels' type='Label'/>
    <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
    </b:section>
    </div>

    The trick is to switch/move the whole code below in that bunch of codes…

    <b:widget id='….' locked='false' title='…' type='…'/>

    That's all. 😉

  11. I mean nothing like that …. but, all the widgets I can't move, downward or upward … I've tried repeatedly to move the widget down or to the equipment can not …..please help me,..,I really liked this template….

  12. @Rethnaraj Rambabu in u r orignal lunax template there is one thing missing in the footer section
    in demo u hav shown recent post, labels, and Introblogger tabs but in real xml its missing u can see on megastuffz.blogspot.com
    i need that pls give me the code for it pls dude
    hope u will reply fast thanks
    regards…………..

Leave a Reply to Ashish Cancel reply

Your email address will not be published. Required fields are marked *

CommentLuv badge

This site uses Akismet to reduce spam. Learn how your comment data is processed.