Removal of bullets

This topic contains 5 replies, has 2 voices, and was last updated by  Al Sommer 4 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #522998

    Al Sommer
    Expired Member
    Post count: 27

    Support Team,

    How can the bullets be removed that are circled in the attachment? In the attachment, I only circled four of them but I would like them all removed and only the checkbox to appear.

    Thanks in advance,
    Al

    #523000

    Al Sommer
    Expired Member
    Post count: 27

    I see that Alex responded this similar requests and I believe I have the same situation where Divi is overriding.

    Alex said to insert the following code….. but where exactly?

    #left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
    list-style-type: none!important;
    }

    #523002

    Kor
    Moderator
    Post count: 16516

    Hi Al Sommer,

    Thanks for your post. Could you share your Website URL here in question? I’d like to check your stylings.

    #523524

    Al Sommer
    Expired Member
    Post count: 27
    This reply has been marked as private.
    #523538

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your post. Here is the custom CSS code that you can use to remove that. Insert into WP > Appearance > Customize > Additional CSS.

    .entry-content ul {
        list-style-type: none!important;
    }
    #523540

    Al Sommer
    Expired Member
    Post count: 27

    Perfect, thank you.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket