Skip to content
Webflow Code SheatCheet
Typographie
Ancre & Scroll
CSS effects
Images / Vidéos / SVG
Responsive
Formulaires
Javascript
Autre
Une question ? (FAQ)
Search and Highlight
List item bullet point changement
Ordering Nested Collection list (croissant)
Alternating cms item flex gauche droite
foodles code
Scroll mobile menu
Utiliser le Tabs de Webflow en hover :
Test
More
Share
Explore

List item bullet point changement

Changer la puce devant une liste
<style> ul.class-name { list-style-image: url('https://my-file.svg'); } </style>
ou
How to replace List Bullets to custom icons (SVG)
Less than 1 min. UL - List Step 1 Add list: https://university.webflow.com/article/lists Step 2 - Remove bullets: list-style-type: none; Step 3: Remove ul default padding LI - List item Step1 - Add left padding (room for the icon) Step2 - Set background image Use SVG (Better than png) - without any extra space around. Left: 0; top => “tricky” you should manually add Xpx (Depend on font type, font size and so on). Done :) Related: Fit artboard to bounds by adobe-illu...
forum.webflow.com
⁠
⁠

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.