Adding ul list to a text block in gutenberg using CSS
-
On this page:
On the first text block with ‘-‘ instead of bullets, I’m wanting to make those square bullets.
So in that text block, in the Advanced section, I’ve added a CSS class, ‘bullitt’
I’ve then gone to the Customize > Additional CSS section, and added the following CSS:
.bullitt {
list-style-type: square;
}That seems to follow the instructions on the support page I was reading, but it’s not working.
Greatly appreciate any input in solving this.
-
Hi there,
You’re in the wrong forum. Your site is using the open-source WordPress software and therefore you need to seek help at these forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and the WordPress software you can read this document:
- The topic ‘Adding ul list to a text block in gutenberg using CSS’ is closed to new replies.