Jump to content

best way to hide dots in navigation menu items only


జిందం వాఐి

Recommended Posts

* i have 2 navigation bars

* i tried 

ul
{
    list-style-type: none;
}

* but the above code applies to every list

* my navigation code

 <nav class="skip">
    <ul><li>
<a href="#main">skip to content</a>
</li></ul>
</nav>
<nav class="navbar">
<a href="index.html">home</a>
</nav>

* the above code is in planning stage, i will add more

* how to hide in navigation bar only?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...