WYSIWYG Bullet Lists Not Showing on Elementor

Support General WYSIWYG Bullet Lists Not Showing on ElementorResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28807
    ZakirZakir
    Participant

    Hello,

    I have a post type for Job Postings with custom fields for "Job Responsibilities" and "Required Qualifications", both of which are WYSIWYG field type. I use the bullet point listing in the WYSIWYG editor to store this information. However, when I extract these fields to the front end using Single Post template on Elementor Page Builder, the bullet styling disappears. Each UL>Li begins on a new line but the bullet point formatting is gone.

    Here is the job details page: https://islam.ca/jobs/teaching-positions/

    #28809
    ZakirZakir
    Participant

    Hi, I realized this was an Elementor issue because the in-built text editor wasn't showing any bullet points either.

    I found this code online that I added to the custom CSS to get it working for the entire site:

    .elementor-widget-container ul {
    list-style: disc;
    margin-left: 40px;
    }

    Just thought to share in case others have this issue!

    Kind regards,
    Zakir

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.