Awesome Colorful pure css navigation bar widget for blogger

We have created a fresh new colourful navigation menu bar made with pure css with awesome design and unique look. previously I shared with you radial menu, flat dropdown menu and navigation menu in ribbon style but this time I have some thing different for you which really make an awesomeness in your blog.

We have created this beautiful navigation menu with pure CSS and no javascript or jquery use because I know that jquery effects the site load time so that's why I take very special care while designing that I use jquery minimum and always try first with CSS to create any effect and if failed then I use jquery or javascript.

Well guys, Before we implement any element on template everyone want to see a live demo of it to check that how it looks like on live page. For live demo check out the below link.

Note: the width of the widget is auto which means can be fit on any place.

Add it on Blogger


  1. Go to Blogger dashboard >> Template
  2. Backup your template
  3. Click on Edit HTML
  4. Search for  and just above it paste the below piece of code:

/*-----------------------------------------------
PakMAx MultiColor Menu Bar CSS
----------------------------------------------- */
#colornav {width: auto;display: block;height: 65px;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4ATGVywVWo3jHhnANfL6Ow4BfKwBpBf8eWJ9YF_z0DJWDN0N56eM-qN917pdDTLwED5PUIobGoNps3d7bKQexsUllkhfa0wLRczhDGTk4QqSgL68w7y-9tspT5-Nqmpxx-9a7LxoHgQ/s65/MenuBar.png);-webkit-box-shadow: 0px 6px 10px #282c2e;-moz-box-shadow: 0px 6px 10px #282c2e;box-shadow: 0px 6px 10px #282c2e;}
#colornav li {list-style: none;height: 44px;float:left;padding:10px 5px;margin-left: -10px;}
#colornav li a {color: #fff;width: 100px;height: 40px;line-height: 53px;border-top: 4px solid #636393;padding:0px;font-size:18px;font-weight:lighter;text-align:center;text-decoration: none;display: block;-webkit-transition: .3s all linear;-moz-transition: .3s all linear;-o-transition: .3s all linear;transition: .3s all linear;}
#colornav li:nth-child(1) a {border-color: #636393;}
#colornav li:nth-child(2) a {border-color: #B5222D;}
#colornav li:nth-child(3) a {border-color: #D4953C;}
#colornav li:nth-child(4) a {border-color: #609491;}
#colornav li:nth-child(5) a {border-color: #87A248;}
#colornav li:nth-child(6) a {border-color: #4099FF;}
#colornav li:nth-child(1) a:hover {border-bottom: 35px solid #636393;height: 9px;}
#colornav li:nth-child(2) a:hover {border-bottom: 35px solid #B5222D;height: 9px;}
#colornav li:nth-child(3) a:hover {border-bottom: 35px solid #D4953C;height: 9px;}
#colornav li:nth-child(4) a:hover {border-bottom: 35px solid #609491;height: 9px;}
#colornav li:nth-child(5) a:hover {border-bottom: 35px solid #87A248;height: 9px;}
#colornav li:nth-child(6) a:hover {border-bottom: 35px solid #4099FF;height: 9px;}


  • Now paste the below code in the header section of your template where you want the menu to be appeared.
<ul id="colornav">
<li><a href="http://www.pakmax.net/">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Contact us</a></li>
</ul>
Voila ! you have successfully installed the colourfull navigation menu in your template.

Credits

You are most welcome to share this widget with your own readers but you have to give proper credits to PakMax blog by attaching a link back to this post.

Have any problem?

Well guys, I hope that you understand its installation as it not have any complicated method but if you found any problem or found any bug then feel free to ask.
If you like this widget then must share it with your friends and followers on social media.
Awesome Colorful pure css navigation bar widget for blogger Awesome Colorful pure css navigation bar widget for blogger Reviewed by Maher Afrasiab on 4:12:00 pm Rating: 5

5 comments:

  1. Thanks for sharing this one. I have tried creating a menu like yours above. I used Dreamweaver, but I have problems with alignment. Perhaps, can you suggest more CSS sites? I am using this one: http://www.generatecss.com/css3/box-sizing/ Thanks

    ReplyDelete
    Replies
    1. I don't use any genrator i do all coding my self. But no problem friend i will post on some best css genrator sites soon

      Delete
  2. Search for.... and just above it paste the below piece of code

    search for what??? you had missed the word....

    ReplyDelete
  3. Your good knowledge and kindness in playing with all the pieces were
    very useful. I don’t know what I would have done if I had not
    encountered such a step like this.



    aws training in bangalore



    aws training in chennai

    ReplyDelete

Powered by Blogger.