Changing the color of a list of bullet points in the Classic Builder can be done so using some nifty CSS!
Note:
Custom CSS will not run in the Classic Builder itself. To test out the color or shapes of these bullet points, visit the Preview version or published version of your landing page.
Changing Bullet Point Color
- Click the Stylesheets button at the bottom of the Classic builder:
- Copy and paste the following code:
- On line 3, add a color code in hex format (for example,
#0033FF
is Unbounce blue!). More about color codes can be found at HTML Color Codes. - Within your CSS, be sure to use the pound/hash symbol (#) before your hex code for it to be valid.
- Save and Publish/Republish the page to finalize your changes.
- To view this change, Preview your page, or launch your landing page in your browser.
If you notice that the color of the text on your landing page also changes after making these changes to the bullet points, simply update the Default Text Style within the Page Properties panel on the right-hand side of the builder, or use the Inline Text Editor to change the color of that text only.
Changing Bullet Point Shape
- Click on the Stylesheets button at the bottom of the Classic Builder.
- Copy and paste the following code:
- On line 3, you can change the bullet point shape by replacing square with another value, such as disc or circle. For more about bullet point shapes, check out W3 School's CSS list-style-type Property.
- Save and Publish/Republish the page to finalize your changes.
- To view this change, Preview your page, or launch your landing page in your browser.