blogs i follow widget

  • Unknown's avatar

    how do i get blogs i follow widget to not number them

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Howdy!

    When you select to show the blogs as “list” in the widget settings, instead of grid, the blogs are displayed as an ordered list. Default list style for ordered lists is “decimal” which displays numbers.

    Since you have the custom design upgrade you could change the list style of that particular ordered list.

    Here’s some super quick CSS, but you may want to test it out a bit further:

    .widget_jp_blogs_i_follow ol > li {
          list-style-type: none;
    }

    Best,

    -Alex G.

    Happiness Engineer | WordPress.com

  • Unknown's avatar

    Thank You!!!! The numbers were driving me insane LOL :D

  • The topic ‘blogs i follow widget’ is closed to new replies.