UL OL Issue - Please fix in Plugin CSS
Hi There. We always have the issue with ul ol li css in brizy editor.
We used this fix:
.brz .brz-rich-text ol li {
counter-reset: none !important;
counter-increment: none !important;
}
.brz .brz-rich-text ol>li {
list-style-type: decimal !important;
}
.brz .brz-rich-text ol li:before {
display: none !important;
}
.brz-rich-text ul > li {
list-style: disc !important;
}
.brz-rich-text ul > li::before {
display: none !important;
}
Could you please update this in the plugin as I am sure we're not the only ones facing this.
Thanks lot!
0
-
Hi,
Thanks for sharing the above fix. Could you also let us know what the Brizy issue was that the above CSS intended to address?
- How did Brizy display bulleted or numbered lists without the above CSS?
- How does it display with the CSS?
0
Please sign in to leave a comment.
Comments
1 comment