Before you ask please READ THIS

Dotted line

edited May 2013 in Beach Please Posts: 139
Hello,

what is the css to delete the dotted line under listed item ?

Thank you

Comments

  • AirAir
    Posts: 10,970
    Hello

    Try this massive CSS rules:

    .real-content ul li, .real-content ul li li:first-child, .real-content ol li, .real-content ol li li:first-child, .widget ul li, .widget ul li li:first-child{
    border-top: none;
    }
    .real-content ul, .real-content ol, .widget ul{
    border-bottom: none;
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion