tuanphan Posted June 5 Share Posted June 5 To show a number before Navigation like this You can use this code to Custom CSS box div.header-nav-item, div.container.header-menu-nav-item { counter-increment: nav; } div.header-nav-item>a:before, div.container.header-menu-nav-item div:before { content: '0' counter(nav) '.'; position: relative; font-size: 20px; } Lesum 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment