By default, the Native Church theme hides bullet and numbered list styles across various page builders and templates. If your bullet points are not appearing in your content, you can restore them using a small custom CSS snippet.
🔧 Steps to Enable Bullets and Numbered Lists
-
Go to your WordPress Dashboard
-
Navigate to:
Native Church > Theme Options > Custom CSS/JS
or
Appearance > Customize > Additional CSS -
Paste the following CSS code:
.page-content > ul, .page-content > ol, .panel-grid.widget_black_studio_tinymce ul, .panel-grid.widget_black_studio_tinymce ol, .siteorigin-widget-tinymce > ul, .siteorigin-widget-tinymce > ol, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-tab-content ul, .elementor-tab-content ol { list-style-position: outside; list-style-type: disc; margin: 10px 0 10px 13px; } .page-content > ol, .panel-grid.widget_black_studio_tinymce ol, .siteorigin-widget-tinymce > ol, .elementor-widget-text-editor ol, .elementor-tab-content ol { list-style-type: decimal; } - Click “Publish” to save your changes.
-
✅ Supported Page Builders
This CSS works with:
-
SiteOrigin Page Builder
-
Elementor
-
Page Templates used in the Theme Demo
-