Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


menu with svg filter_list
Author
Message
RE: menu with svg #3
(03-21-2017, 01:19 AM)Inori Wrote: If you're ok with using bootstrap:

Code:
<div class="container-fluid">
   <nav class="navbar navbar-default">
       <div class="container">
           <div class="navbar-header">
             <a class="navbar-brand" href="#">Site name</a>
           </div>
           <ul class="nav navbar-nav">
               <li>
                   <svg></svg>
                   <a href="#">Home</a>
               </li>
               <li>
                   <svg></svg>
                   <a href="#">Second page</a>
               </li>
           </ul>
       </div>
   </nav>
</div>

its not what i am looking for
this is giving me
Code:
{SCG} Home
menu like we are using here on sinister.ly..

but i want SVG and below it its text

[SVG home icon]
home


thanks anyway Smile

Reply





Messages In This Thread
menu with svg - by prudruhuph - 03-20-2017, 09:23 PM
RE: menu with svg - by Inori - 03-21-2017, 01:19 AM
RE: menu with svg - by prudruhuph - 03-21-2017, 03:27 PM
RE: menu with svg - by Inori - 03-21-2017, 03:33 PM
RE: menu with svg - by prudruhuph - 03-21-2017, 10:10 PM



Users browsing this thread: 1 Guest(s)