Menu separators in Navigation Menu

  • Posted in : Read WP
  • double-yu
    Participant

    Hi!

    Is there any way to add bullet separators (•) between menu items, as on the image below http://s28.postimg.org/y9inw0tel/test.png ?

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media screen and (min-width: 768px) {
    	#nav > li {
    			display: inline-block; position: relative; margin: 0 16px;
    			}
    	#nav > li:after {
    		display: list-item; content: ""; display: list-item; list-style: disc; position: absolute; top: 14px; right: -20px; width: 5px; list-style-position: inside;
    		}
    	#nav > li:last-child:after {
    		display: none;
    		}
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register