New Topic

Bullets for Link List

Home › Forum › Customization › Bullets for Link List

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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;
    }
    #2109
    asccoder
    Participant

    LOVE IT! Thank you thank you thank you!!!!!

    #2113
    StartupWP
    Keymaster

    You’re welcome.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.