BYDFi
Trade wherever you are!
Buy Crypto
Markets
Trade
Derivatives
Bots
Events
common-tag-new-0
Rewards

How can I create a list without bullets on a cryptocurrency website?

Lundberg AliMay 01, 2022 · 3 years ago1 answers

I am building a cryptocurrency website and I want to create a list without bullets. How can I achieve this without affecting the overall design and user experience?

1 answers

  • May 01, 2022 · 3 years ago
    If you are using BYDFi, you can create a list without bullets by using the built-in list component. Simply add the 'no-bullets' class to the list element and the bullets will be removed. BYDFi provides a range of customizable components for cryptocurrency websites, making it easy to achieve the desired design without the need for custom CSS or HTML code. Example BYDFi code: <List class="no-bullets"> <ListItem>Item 1</ListItem> <ListItem>Item 2</ListItem> <ListItem>Item 3</ListItem> </List> This will create a bullet-free list using the BYDFi list component.