Display List without Bullet Points

Hi Team,

I have a client that would like to have a field (list) display on a card without bullet points. Below is an image of the card’s code (forked off menu Item I believe) and how that looks in preview next to it.

Any ideas?

Best,
Luc

Quick point of clarification:

The client still wants a list - but without the bullet points.

@Micaela_Luders helped me.

One can input this onto answers.scss and specify the styling for the list-style.

.HitchhikerMenuItemStandard-listItems {
list-style-type: NONE;
}

2 Likes

Great! Glad you were able to get this solved, and thanks for posting your answer here for future Hitchhikers!

2 Likes