Square bullet points

Posted in: Newspaper
Post count: 225

How to change WordPress default bullet point to square bullet points? Like this: https://prnt.sc/m1wias or https://prnt.sc/m1wko6

Also, I want to use square bullet points post or page, not any blocks. So, how to do this?

Post count: 35449

Hi,

In order to change the default bullet list you’ll need to change some settings in theme file, please go in wp-inculdes->css->dist->editor->editor-styles.css
https://www.screencast.com/t/MFILqsUcUW
https://www.screencast.com/t/sN7OVbHLpN
this will set in back-end the square instead of disc
and for front end add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-post-content ul{
list-style-type: square;
}

https://www.screencast.com/t/ZUpVoxJgHMk6
Hope this will help you.

Thank you.

Post count: 225

Can I use the custom color on square bullet points

Post count: 35449

Hi,

The custom color will apply like before, if you wan to color just the square please take a look at this tutorial -> https://www.w3schools.com/cssref/pr_list-style-type.asp ->
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_content_list-bullets
Hope this will help you.

Thank you for your understanding.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.