Home New Guten Forums WoodMart support forum Bullet points for elements

Bullet points for elements

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #397602

    insideweb
    Participant

    Hi there,

    After changing my site url, I get bullet points before al my < li > elements. Before changing the url, this wasn’t happening. Also the styles below are applied:
    –list-mb: …;
    –li-mb: …;
    –li-pl: …;

    How can I only show the list-style bullet points in body content?

    • This topic was modified 3 years ago by insideweb.
    Attachments:
    You must be logged in to view attached files.
    #397622

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    ul.elementor-icon-list-items li {
        list-style: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)