Article / CSS / HTML / PHPHow to change style of only ul li ul li last li July 1, 2016 Chandan SharmaComment on How to change style of only ul li ul li last li<style> .m-demo > ul > li > ul > li { border-bottom: 1px dashed grey !important } </style> <div class=”m-demo”> <ul> <li> <ul> <li>only effected li</li> </ul> </li> … Read More