[Resolved] Bullets won't show

Home Forums Support [Resolved] Bullets won't show

Home Forums Support Bullets won't show

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #228931
    Julie Ferguson

    I looked through the forum, and can’t find a solution or anything I’ve done to turn these off, but this is driving me crazy πŸ™‚

    Can you go look at this page and tell me why my bullets won’t show? http://vhcenergy.com/vhc/services/

    Thank you!

    #228943
    Julie Ferguson

    Gosh – one more thing related to bullets…. They are actually showing up on this page – http://vhcenergy.com/vhc/about/ – but there are indented bullets under “Decades of Experience” that I’ve added <ul type=”square”> to so the indented items have a different bullet. They stay round though.

    I apologize. I’m obviously missing something regarding bullets here!

    ~J

    #228949
    Julie Ferguson

    First post I resolved… SiteOrigin Page Builder was the conflict there.

    It could be the conflict on the second issue too, but I’ll try to figure it out more before I come whining to you guys again πŸ™‚

    #229010
    Tom
    Lead Developer
    Lead Developer

    Ah yea, lists in a container with the .widget class don’t have bullets. Looks like you got that one sorted.

    If you want all bullets to be square, you can try this CSS:

    ul {
        list-style-type: square;
    }

    Let me know if that helps or not πŸ™‚

    #229613
    Julie Ferguson

    Thanks so much, Tom! All is well now πŸ™‚

    #229701
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.