You might also like

Loading...

Prompt
0%

Sub Text Style CSS3 With Hover Effect Navigation Bar

July 27, 2015 Blogger MenuCSS Menu Bar
-- min read -- words
0 Prompts
Add Sub Text Style CSS3 With Hover Effect Navigation Menu Bar

How To Add Sub Text Style CSS3 With Hover Effect Navigation Menu Bar For Blogger


1. Log in to blogger account
2. Now select Template
3. Now Click EDIT HTML Button
4. Find this tag by using Ctrl+F ]]></b:skin>
5. Paste below code Before ]]></b:skin>
/*CSS Code starts here bloggersstand.blogspot.com */
#menu2 ul {
    list-style:none;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
    border:1px solid #000000;
    border-left:none;
    float:left;
    clear:both;
    margin:20px;
    border:1px dashed #000000;
    margin-left:20px;
}
#menu2 ul li{
    float:left;
}
#menu2 ul li a{
    display:block;
    text-decoration:none;
    background-color:#f0f0f0;
    padding:5px 10px;
    color:#666;
    width:140px;
}
#menu2 ul li a span{
    display:block;
    text-align:center;
   
}
#menu2 ul li a span.title{
}
#menu2 ul li a:hover span.title{
    color:#00a8ff;
}
#menu2 ul li a span.text{
    font-size:12px;
    font-style:italic;
    padding:0px 5px;
    border:1px solid #f0f0f0;
}
#menu2 ul li a:hover span.text{
    border:1px inset #000000;
    background-color:#00a8ff;
}
6. Go to blogger and click Layout
7. Click Add Gadget and select HTML/Javascript
8. Paste below code
<div id="menu2">
            <ul>
                <li><a href="#">
                        <span class="title">About</span>
                        <span class="text">Who we are</span>
                    </a>
                </li>
                <li><a href="#">
                        <span class="title">Portfolio</span>
                        <span class="text">What we do</span>
                    </a>
                </li>
                <li><a href="#">
                        <span class="title">Blog</span>
                        <span class="text">What we talk about</span>
                    </a>
                </li>
                <li><a href="#">
                        <span class="title">Contact</span>
                        <span class="text">How to get in touch</span>
                    </a>
                </li>
                 <li><a href="#">
                        <span class="title">AddThis</span>
                        <span class="text">Add This to blogger</span>
                    </a>
                </li>            
            </ul>
        </div>
*Change All # With Your Links.

9. Now save your HTML/Javascript',Done!

If you have any query regarding Amazing Sub text style css3 with hover effect Navigation Menu Bar for blogger Feel free to ask,just drop your comment below. 
You May Also Like
Discover more amazing prompts

Scan QR Code

Scan with your phone to open this prompt