I know this is an old thread, but I had the same issue of not wanting to have to choose between regular bullets and shortcode bullets for special posts. There were far too many posts on the site when I transferred it to Pinpoint to have to change every bulleted list.
I was able to come up with a solution. I can’t promise it’ll work for the original poster here, but it works for me. I can still use the default bullets in regular post content, but whenever I add the shortcode link styles, it removes the extra disc bullets. I hope it helps if anyone else has this issue!
.sf-list li {
list-style: none !important;
}
If you made any adjustments to your list margins or padding (such as indents) for the main content area, you might have to also account for that here if things don’t look quite right.