New Topic

Reply To: Bullets for Link List

Home › Forum › Customization › Bullets for Link List › Reply To: Bullets for Link List

#2108

StartupWP
Keymaster

Absolutely.

Give this a try:

.widget-container li {
  text-indent: -19px;
  margin-left: 20px;
  padding: 2px 0;
}

.widget-container li:before {
  content: "-";
  line-height: 20px;
  margin: 0 5px;
}