If you're looking to reduce the vertical space between lines within a bullet point and replace bullet points with icons on the "Services" page in Webflow, here's how you can achieve that:
1. Reducing Vertical Space in Bullet Points
- Select the Text Element: Click on the text element containing your bullet points.
- Modify Line Height: In the Styles panel, adjust the line height. Lowering the line height value will decrease the vertical space between lines within the bullet points.
2. Replacing Bullet Points with Icons
- Add a Div Block: Place a div block inside the text block where you want to replace bullet points.
- Insert an Image or Icon: Within the div block, add an image or icon element. Choose an appropriate icon that will replace the bullet.
- Position the Icon: Use the position settings to align your icon correctly in relation to the text. Ensure spacing between the icon and text is consistent.
- Repeat for Each Bullet Point: Duplicate the structure for each bullet point you wish to customize.
3. Styling Consistency
- Create a CSS Class: Assign a class to the bullet point items to ensure consistent styling across all points.
- Adapt Styles Globally: If the changes should be site-wide, make sure to update your styles in the global settings or using the class name for consistency.
Summary
To reduce vertical space between lines in bullet points, adjust the line height in the Styles panel within Webflow. To replace bullet points with icons, use a div block with an image for each bullet. Make sure to maintain consistent styling by creating a reusable class for your bullet items.