• BDWH

    (@bdwh)


    Version 3.5.1
    Blog Location

    I’ve been searching and altering code for hours. I just can’t get it. I want to remove all the bullets from the sidebar. I’ve tried every fix on these forums. I was able to remove the bullets from the headings very easy, just not the sub categories.

Viewing 9 replies - 1 through 9 (of 9 total)
  • WPyogi

    (@wpyogi)

    See if this works:

    #primary ol, #primary ul {
        list-style: none outside none;
    }

    EDIT – add to your CSS which SHOULD be made in a Child Theme or custom CSS location.

    Thread Starter BDWH

    (@bdwh)

    I have it set up as a child. It’s essentially the twentyten customized to look like the rest of the site.

    I added that code and it removed the bullets, but the text did not center up. Any suggestions on a fix for that.

    WPyogi

    (@wpyogi)

    I’m not sure what you mean by center up – right now the bullets are still there.

    Are you using Firebug (or other browser tool) to work with the CSS?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The bullets aren’t there in my browser. Chrome.

    Thread Starter BDWH

    (@bdwh)

    Interesting, they are gone in Chrome and IE, but still there in Firefox. While they are gone in Chrome and IE, it left the words over to the right. They are off center. Chrome & IE screen shot

    Hey, checkout this screenshot and you’ll see why. Your H3 tag is aligned center.
    https://www.evernote.com/shard/s3/sh/fa2b31a9-2189-4323-9619-76d1fdb9faba/f44d872502ce147b58d44cce8a19e1a6

    Thread Starter BDWH

    (@bdwh)

    OK, I took the center alignment off and I get a different result in each browser. Firefox and IE now look like my last screen shot, meanwhile chrome is presentable now.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It sounds as though you need the support of CSS forums like https://csscreator.com/forum . I don’t see a WordPress issue here.

    Thread Starter BDWH

    (@bdwh)

    Thanks for the help, I will venture over there and see what info I can get.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Removing Bullets – Loosing my mind’ is closed to new replies.