Since I don't know how to control only the list marker size with CSS and no one's offered this yet, you can use :before content to generate the bullets:

li {
    list-style: none;
    font-size: 20px;
}

li:before {
    content:"·";
    font-size:120px;
    vertical-align:middle;
    line-height:20px;
}

Demo: http://jsfiddle.net/4wDL5/

The markers are limited to appearing "inside" with this particular CSS, although you could change it. It's definitely not the best option (browser must support generated content, so no IE6 or 7), but it might be the easiest - plus you can choose any character you want for the marker.

If you go the image route, see list-style-image.

Answer from No Results Found on Stack Overflow
🌐
W3Schools
w3schools.com › cssref › pr_list-style-type.php
CSS list-style-type property
accent-color align-content align-items ... inline-size inset inset-block inset-block-end inset-block-start inset-inline inset-inline-end inset-inline-start isolation justify-content justify-items justify-self @keyframes @layer left letter-spacing line-height list-style list-style-image ...
Discussions

Adjusting the size of a list style bullet point (disc)
Hi! It seems like Squarespace has done some sort of update that's changed the appearance of bullet points in accordions. It's not being applied to previously made components but anytime I update or create a new one the bullets are just outlined circles rather than filled in dots. Someone else had... More on forum.squarespace.com
🌐 forum.squarespace.com
2
July 31, 2024
css - Increase size of list-style-bullet type - Stack Overflow
Is there a way to increase the size of just the bullet list-style-type using CSS? I don't want to increase the size of the bullet text, just the bullet type. I can't use images or JavaScript eith... More on stackoverflow.com
🌐 stackoverflow.com
html - CSS list-style-image size - Stack Overflow
I'm trying to set custom SVG icons with CSS on a 's list items. Example: This is my first item More on stackoverflow.com
🌐 stackoverflow.com
How do you resize a list style image in CSS
Tell us what’s happening: I’m working on adding image bullets in my tech doc page project but the image that I’m using is showing up way too big. Can any one help me resize it properly. Here’s my link to see it in act… More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
0
0
June 8, 2018
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › list-style-type
list-style-type - CSS - MDN Web Docs
.default-example { font-size: 1.2rem; } #example-element { width: 100%; background: #be094b; color: white; } section { text-align: left; flex-direction: column; } hr { width: 50%; color: lightgray; margin: 0.5em; } .note { font-size: 0.8rem; } .note a { color: #009e5f; } @counter-style space-counter { symbols: "\1F680" "\1F6F8" "\1F6F0" "\1F52D"; suffix: " "; } The marker will be currentColor, the same as the computed color of the element it applies to. Only a few elements (<li> and <summary>) have a default value of display: list-item.
🌐
Squarespace Forum
forum.squarespace.com › home › customize with code › other › adjusting the size of a list style bullet point (disc)
Adjusting the size of a list style bullet point (disc) - Other - Squarespace Forum
July 31, 2024 - Go to topic listing · What’s new at Squarespace - February 2026 Hide announcement · Replies 2 · Views 8.6k · Created 1 yr1 yr · Last Reply 1 yr1 yr · HoaLT 1 post · hey_sp 1 post · Jul 31 2024 2 posts · July 31, 20241 yr · Do you mean changing their size? You can try the following custom CSS code #block-806dacf7c049d07c3005 li ::marker { font-size: 12px; } This code only applies to the style of this accordi ·
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › Reference › Properties › list-style
list-style - CSS - MDN Web Docs - Mozilla
list-style: georgian outside url("/non-existent.svg"); <section class="default-example" id="default-example"> <div> <p>NASA Notable Missions</p> <ul class="transition-all" id="example-element"> <li>Apollo</li> <li>Hubble</li> <li>Chandra</li> <li>Cassini-Huygens</li> <li>Spitzer</li> </ul> </div> </section> .default-example { font-size: 1.2rem; } #example-element { width: 100%; background: #be094b; color: white; } section { text-align: left; flex-direction: column; } hr { width: 50%; color: lightgray; margin: 0.5em; } .note { font-size: 0.8rem; } .note a { color: #009e5f; } @counter-style spac
🌐
CSS-Tricks
css-tricks.com › almanac › properties › l › list-style
list-style | CSS-Tricks
April 23, 2021 - Good explanation! I was not sure what values i can add on list-style other than type . ... Bullet lists are proportional to your font size.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Learn › CSS › Styling_text › Styling_lists
Styling lists - Learn web development | MDN
September 1, 2024 - Style the unordered list with square bullets. Give the unordered list items and the ordered list items a line-height of 1.5 of their font-size.
Find elsewhere
🌐
Codecademy
codecademy.com › forum_questions › 51c0b8a08c1ccc20a6000b36
How to change font-size for list elements? | Codecademy
If you mean to apply it to the list item, replace the <p by <li and remove the extra tags. Like this: <li style="font-size:30px">Jobs</li> If you are trying to change the size on all of your list items you could save some work by just applying it once to the <ul instead.
🌐
W3Schools
w3schools.com › css › › css_list.asp
CSS Styling Lists
It is used to set all the list properties in one declaration. When using the shorthand property, the order of the property values are: ... If one of the property values above is missing, the default value for the missing property will be inserted. ... We can also style lists with colors, margins and padding, to make them look a little more interesting.
🌐
Chron.com
smallbusiness.chron.com › make-smaller-css-bullets-50074.html
How to Make Smaller CSS Bullets
November 22, 2017 - Changing the bullet style in an unordered list is as simple as using "list-style-type:" to specify a circle, square or disc. It's also possible to substitute an image to further customize list bullets. The size of the list bullets, however, is determined by the current font size.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › list-style.
list-style - CSS | MDN
list-style: georgian outside url("/non-existent.svg"); <section class="default-example" id="default-example"> <div> <p>NASA Notable Missions</p> <ul class="transition-all" id="example-element"> <li>Apollo</li> <li>Hubble</li> <li>Chandra</li> <li>Cassini-Huygens</li> <li>Spitzer</li> </ul> </div> </section> .default-example { font-size: 1.2rem; } #example-element { width: 100%; background: #be094b; color: white; } section { text-align: left; flex-direction: column; } hr { width: 50%; color: lightgray; margin: 0.5em; } .note { font-size: 0.8rem; } .note a { color: #009e5f; } @counter-style spac
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › Reference › Properties › list-style-type
list-style-type - CSS | MDN - Mozilla
.default-example { font-size: 1.2rem; } #example-element { width: 100%; background: #be094b; color: white; } section { text-align: left; flex-direction: column; } hr { width: 50%; color: lightgray; margin: 0.5em; } .note { font-size: 0.8rem; } .note a { color: #009e5f; } @counter-style space-counter { symbols: "\1F680" "\1F6F8" "\1F6F0" "\1F52D"; suffix: " "; } The marker will be currentColor, the same as the computed color of the element it applies to. Only a few elements (<li> and <summary>) have a default value of display: list-item.
🌐
GeeksforGeeks
geeksforgeeks.org › css › how-to-resize-list-style-image-in-css
How to resize list style image in CSS ? - GeeksforGeeks
July 23, 2025 - In the above output image, users can see the difference between the size of the list-style-image when we set sizes 30px and 10px.
🌐
TutorialsPoint
tutorialspoint.com › home › css › css list style type
CSS list-style-type property
June 30, 2007 - The following example shows the marker of list-items with list-style-type: katakana-iroha. <!DOCTYPE html> <html> <head> <style> li { font-size: 25px; font-weight: bold; } .unordered { color: blue; width: 50%; list-style-type: katakana-iroha; } </style> </head> <body> <h2> CSS list-style-type property </h2> <h4> list-style-type: katakana-iroha </h4> <ul class="unordered"> <li> Apple </li> <li> Banana </li> <li> Orange </li> <li> Pineapple </li> </ul> </body> </html> The following example shows the marker of list-items with list-style-type: lower-alpha.
🌐
Piccalilli
piccalil.li › blog › an-in-depth-guide-to-customising-lists-with-css
An in-depth guide to customising lists with CSS - Piccalilli
1 month ago - ul[role='list'] li { margin-block-end:1lh; min-block-size: 2lh; position:relative; text-box: trim-start cap alphabetic; } Next we address the list items themselves, spacing them apart using the list’s line-height to stick to a vertical rhythm.
🌐
freeCodeCamp
forum.freecodecamp.org › html-css
How do you resize a list style image in CSS - HTML-CSS - The freeCodeCamp Forum
June 8, 2018 - Tell us what’s happening: I’m working on adding image bullets in my tech doc page project but the image that I’m using is showing up way too big. Can any one help me resize it properly. Here’s my link to see it in action: Your code so far ul.pool {list-style-image: url(http://www.freepngimg.com/thumb/star/1-red-star-png-image-thumb.png); } list-style-image: .pool { list-style-type: none; } ul.pool :before { content: ‘’; display: ; height: 10px; width: 10px; background-size: 2px; ...
🌐
Tailwind CSS
v3.tailwindcss.com › docs › list-style-type
List Style Type - Tailwind CSS
For example, use md:list-disc to ... screen sizes and above. <ul class="list-none md:list-disc"> <!-- ... --> </ul> To learn more, check out the documentation on Responsive Design, Dark Mode and other media query modifiers. By default, Tailwind provides three utilities for the most common list style ...