• I want to make a list in the block editor without bullets or numbers.

    Now I make it by adding <br> code in the code editor (See the link of my page.).

    Is there another solution for this question?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You don’t need to manually enter <br> tags. Just use SHIFT ENTER to go to the next line. WP will render that as a line break when it generates the HTML.

    the css for getting rid of numbers and bullets is
    `
    list-style:None;

    just add the class or id to the class for the ul element or li element

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

The topic ‘lists without bullets or numbers’ is closed to new replies.