- Product Types
- Adding Products
- One Time Pricing
- Subscription Pricing
- Subscription Trials Setup
- Installment Pricing
- Donation / Pay What You Want
- Inventory Management
- Product Variants
- Variant Images
- Digital Downloads
- Change Product Availability
- Hide Product from Shop Page
- Template Customization
- Product Collections
- First-Time Payment Discounts
- Manage Product Access
- Payment Types
- Free Trials & Setup Fees
- Create Product With Free Trials
- Charge Set Up Fee on Trials
- Product List
- Product Pages
- Create Product Page in Elementor
- Custom Buy Links
- Product SEO
- Change Permalinks
- Custom Fields
- Adding Products
- Test Mode
- Make Test Payments
- Edit & Customize Form
- Change Form Template
- Delete SureCart Forms
- Custom Checkout Form
- Add New Checkout Form
- Checkout Form With Gutenberg
- Checkout Form in Elementor
- Custom Thank You Page
- Create Donation Form
- Customize Confirmation Popup
- Include Coupons in URLs
- Pre-Fill Checkout Fields
- Change Checkout Texts
- Password Field in Checkout
- Default Country Code
- Add Terms to Checkout
- Conditional Block Checkouts
- Remove Coupon Field
- Hide Quantity Option
- Disable Quantity Editing
- Disable Item Removal
- Country Specific Purchases
- Fix View Order Button
- Fix Express Payment Buttons
- Fix PayPal Test Connection
- Fix PayPal Test Connection
- Fix Sign-In Loop
- Fix Order Confirmation Redirect
- Fix Divi Bullet Point Issue
- Fix Customer Dashboard
- Fix JSON Response Error
- Failed Payment Behavior
- Fix Stripe Zip Code Error
- Fix "Product Can’t Be Blank"
- Troubleshooting Guide
- PayPal IPN Warning Emails
- Caching Configuration for SureCart
- Why iDEAL Might Not Appear in Your CheckoutÂ
Fixing Bullet Point Issue With Divi Theme And SureCart
When using the Divi theme with SureCart, some users may encounter an issue where bullet points are not displayed properly. Instead, no marker may be shown.
For example, In SureCart > Products you can arrange your product description in bullet points.
In the front, it looks like in the image below (no bullets are shown):
This can make your content look messy and unprofessional.
Fortunately, this issue can be fixed by adding this custom CSS snippet in your Additional CSS settings.
sc-prose ul {
list-style: initial;
margin-left: 14px;
}
Follow the steps below to learn how you can add this code to your website.
How To Solve The Bullet Point Issue In Divi
- Navigate to Appearance > Customize from your WordPress dashboard.
- Click on Additional CSS at the bottom of the menu.
- Add the mentioned code here and click on the Publish button.
sc-prose ul {
list-style: initial;
margin-left: 14px;
}
- Check your checkout page; now it will work as expected.
Your bullet point display issue with the Divi Theme and SureCart should now be resolved.
Hope this solution helped. If you are still facing this issue, please reach out to our support team. We’re always here to help!
We don't respond to the article feedback, we use it to improve our support content.