Relume Community Icon
Relume Community
  • 馃彔Home
  • 馃搮Events

  • 馃數Announcements
  • 馃數General
  • 馃數Getting Started
  • 馃數Issues
  • 馃數Showcase

Powered by Tightknit
Issues
Issues

Safari Bullets Not Displaying: How to Fix the Issue

Avatar of Sara M.Sara M.
路

My bullets are not showing up in Safari. Can someone show me how to fix this please? Read-only link Scroll down to the section in the screenshot attached. Thank you very much.

14 comments

  • Avatar of Matt J.
    Matt J.
    路

    Sara M. can you send the published URL so I can see the issue in Safari?

  • Avatar of Sara M.
    Sara M.
    路

    https://es-kay-digital-c56f7b.webflow.io/campaigns-events

  • Avatar of Sara M.
    Sara M.
    路

    Matt J.

  • Avatar of Matt J.
    Matt J.
    路

    Sara M. how did you change the style of the bullets from being rounded to squares like that?

  • Avatar of Matt J.
    Matt J.
    路

    I see you have some other custom CSS for changing the colors of the marker, just trying to track down how that change was made

  • Avatar of Matt J.
    Matt J.
    路

    yeah there must be some custom CSS that I'm not seeing.

  • Avatar of Sara M.
    Sara M.
    路

    I changed that directly in Webflow and then used custom code just to change the color

  • Avatar of Sara M.
    Sara M.
    路

    li::marker {color:var(--base-color-brand--red)} In my Global Styles

  • Avatar of Matt J.
    Matt J.
    路

    Try changing it back to circles

  • Avatar of Sara M.
    Sara M.
    路

    just changed it. still not showing up

  • Avatar of Matt J.
    Matt J.
    路

    Sara M. I just did a vanilla bulleted list, tested it, and it worked in safari - I edited the bullet color using the same CSS, and it worked in Safari, I changed it to square bullets, and it worked in Safari. So from the process of elimination, I would say that its something to do with the animation that you have going on with that section.

  • Avatar of Sara M.
    Sara M.
    路

    Interesting! I'll check up on that. Thank you!

  • Avatar of Sara M.
    Sara M.
    路

    Matt J. yes, it was the animation. I removed it from one of the bullet points and it showed up. I'll have to figure out how to reconfigure it. Maybe instead of a list element I'll just use regular divs and have the bullets as small icons.

  • Avatar of Matt J.
    Matt J.
    路

    yep that feels like the way to go