Menu separators in Navigation Menu Posted in : Read WP double-yuParticipant 4 December 2014 at 19:25 #17476 Hi! Is there any way to add bullet separators (•) between menu items, as on the image below http://s28.postimg.org/y9inw0tel/test.png ? ahmetsaliKeymaster 10 December 2014 at 13:46 #17579 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 Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register