• Anonymous

    how do i get the link category titles, but not the links themselves, to be bold? im using get_links_list() to get the links and have v1.0.1

Viewing 1 replies (of 1 total)
  • phpneophyte

    (@phpneophyte)

    In my style sheet I added this to:
    ul {
    font-weight: 600;
    }
    and this to:
    ul ul {
    font-weight: 400;
    }
    Kevin

Viewing 1 replies (of 1 total)

The topic ‘making link categories bold?’ is closed to new replies.