New Topic

Bullets for Link List

Home › Forum › Customization › Bullets for Link List

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 4 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2106

    asccoder
    Participant

    Hello,

    Is there a code I can put in to have little dashes in my link list to define the a bit more.

    http://www.theasccoder.com

    The links are on the left under the headings (Billing Resources, Coding Resources, etc.)

    Thanks!

    #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 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.