Forums

[resolved] Bullet list at widgets, i dont want that (5 posts)

  1. dakkie15
    Member
    Posted 11 months ago #

    Hello,

    I seem to got a bulletlist style widgets, i want that to go away. i cant seem to find where its coming from.

    http://www.dkers.nl

  2. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Which widget(s) on the page?

  3. flamenco
    Member
    Posted 11 months ago #

    If you're talking about the Twitter thing, I would guess that this might fix you up if you add this command to CSS.

    (Appearance... Edit... style.css)

    .wpsidebar li {
      list-style-type: none;
    }
  4. dakkie15
    Member
    Posted 11 months ago #

    Thank you that did it

    when using " list style types" always use li ?

    Gr. Thanks for youre respons

  5. flamenco
    Member
    Posted 11 months ago #

    Great!
    As to your question, that command does apply to "li", so generally yes, but depending on context the explicit "li" may not be in the CSS command. Too complicated to explain here, some CSS reading would be required.

    Cheers

Reply

You must log in to post.

About this Topic