I want to turn this css element back to the default setting and I can’t figure out how to override these list-style css elements. They are on another style sheet that I can’t alter but I’m linking to. Please help if you know how.
ol li {
list-style: decimal;
}
ol {
list-style: decimal outside;
}
Use
!important, e.g.: