Home › Forums › WoodMart support forum › Change bullet points from the Arrow to Disc › Reply To: Change bullet points from the Arrow to Disc
November 19, 2020 at 8:22 am
#242798
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings.
.woodmart-entry-content > ul > li {
list-style: disc;
}
.woodmart-entry-content > ul > li:before {
display: none;
}
Best Regards.