• Resolved jezbutler

    (@jezbutler)


    Hi

    This is driving me mad… I set up a site a while ago using custom styling to remove bullet points from widgets in the sidebar. Today, they reappeared for no apparent reason.

    I’ve tried every method I can think of to get rid, but can’t. I’m competent with CSS, using ‘Edit CSS’ to test in real time; I can remove the darn’ things from other areas of the page without any problem. Also, I can control other elements of the sidebar lists, so this is completely baffling:

    https://www.commoncauseresearch.com/

    Any thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How did you remove them before?
    You need this custom CSS:

    
    
    .widget ul li:before {
      display: none;
    }
    
    Thread Starter jezbutler

    (@jezbutler)

    Many thanks Andrew – that has sorted it… I just used list-style-type: none (applied to the class). I’m sure it worked until now ??

    All the best

    Jez

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Impossible to remove bullet points in sidebar’ is closed to new replies.