Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20650
    my add
    Keymaster

    Hello,
    I would like to ask how can I rename the horizontal menu in ths template and how can I delete some social icons over the horizonat menu. I tried to found it in html code but I didnt find. Thank you LK.

    #20654
    my add
    Keymaster

    To Edit Menu in this theme you can follow these steps:

    On Blogger Dashbord Click Template
    Click Edit HTML
    Scroll down and Find this Code :

    <ul class='nav' id='menu-primary'> 
         <li><a href='#'>Home</a></li> 
         <li><a href='#'>About me</a></li> 
         <li class='dropdown'><a href='#'>Drop Down<i class='icon-angle-down'/></a> 
        <ul class='dropdown-menu'> 
         <li><a href='#'>Full Width</a></li>
         <li><a href='#'>Right Sidebar</a></li> 
         <li><a href='#'>Left Sidebar</a></li> 
         <li><a href='#'>404 Page</a></li>  
        </ul> 
        </li> 
         <li><a href='#'>Technology</a></li>
         <li><a href='#'>Fashion</a></li> 
         <li><a href='#'>Download</a></li> 
         </ul>

    Change # with yours URL link and text with your text.
    SOCIAL MEDIA
    To Edit Menu in this theme you can follow these steps:

    On Blogger Dashbord Click Template
    Click Edit HTML
    Scroll down and Find this Code :

    Change # with yours URL link and text with your text..

    <div class='social-icons clearfix'> 
                        <ul> 
        <li class='facebook'><a href='#' target='_blank'><i class='fa fa-facebook'/></a></li> 
        <li class='twitter'><a href='#' target='_blank'><i class='fa fa-twitter'/></a></li> 
        <li class='vimeo'><a href='#' target='_blank'><i class='fa fa-vimeo-square'/></a></li> 
        <li class='google'><a href='#' target='_blank'><i class='fa fa-google-plus'/></a></li> 
        <li class='instagram'><a href='#' target='_blank'><i class='fa fa-instagram'/></a></li> 
        <li class='youtube'><a href='#' target='_blank'><i class='fa fa-youtube'/></a></li> 
        <li class='pinterest'><a href='#' target='_blank'><i class='fa fa-pinterest'/></a></li> 
        </ul>            </div>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.