Lists and Missing Bullets

Home Forums Parallax Me Forum Lists and Missing Bullets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #72348
    AaronAaron
    Participant
    • Topics: 14
    • Replies: 19
    • Total: 33
    Member since: May 4, 2016

    Hi,

    I’ve tried adding CSS code to get bullets to appear in my lists, but nothing seems to work. The example page can be found at http://autocrane.us/product/cranes/hc-8x/

    Thanks

    #72412
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .site-content ul { list-style:inside disc !important;}

    Regards,
    Chris

    #72621
    AaronAaron
    Participant
    • Topics: 14
    • Replies: 19
    • Total: 33
    Member since: May 4, 2016

    Chris,

    That partially worked. I know have bullets that show but the indented levels where there should be sub-bullets are on the same outer level. Any idea?

    http://autocrane.us/product/cranes/hc-8x/

    Thanks,

    Aaron

    #72649
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .site-content ul li ul { list-style:inside circle !important; padding-left:20px;}

    Regards,
    Chris

    #72757
    AaronAaron
    Participant
    • Topics: 14
    • Replies: 19
    • Total: 33
    Member since: May 4, 2016

    Solved with the second bit of code added! Thanks so much!

    #72868
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

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