Site Origin Page Builder causes problems with Dazzling theme

We love the Dazzling theme and the way it showcases posts with featured images.

I created a bulleted list on the contact page but when the Site Origin Page Builder plugin is active, the bullets will not appear. When I de-activate the plugin, the formatting works fine, the bullets appear.

Is there a Visual Page Builder plugin you recommend as a better alternative to Site Origin’s plugin? We want to create a few ‘static’ pages and would like to use responsive columns and rows (without having to learn and write a lot of CSS and HTML)

Looking forward to your advice . . . Doug

Hi Doug,

I hope you are well today and thanks for posting here.

I visited the contact page on your site credit-reserve.com/wordpress/contact/ and saw there unordered list of items without bullets as shown in the attached screenshot.

If you want to display bullets for these items then you can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

body.page-id-306 .widget ul li {
    list-style: initial;
}

You can also try using alternative page builder plugins listed on the following pages.

https://premium.wpmudev.org/blog/10-drag-and-drop-page-builders-wordpress/

Best Regards,
Movin

Thanks for your help. The css snippet worked perfectly!

Doug

You are most welcome here :slight_smile: