Hi I am trying to turn off the dotted lines that appear under the links in the Integrity sidebar. I have tried the following but its not working:
.cs-content .widget ul li,
.cs-content .widget ol li {
font-size: 12px;
background-color: transparent;
border-bottom-color: #fff;
text-transform: uppercase;
text-decoration-style: none;
}
can you tell me what is wrong please?
Thanks