Dear Soni,
I would like to apologize in advance for the delay.
Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?
.entry-content .textwidget ul{
padding-left: 40px !important;
list-style: disc !important;
}
Clear your web browser’s cache before reloading your site.
Regards,
Kharis
bullets are visible, but instead of disc can it be star?
Please replace the CSS code I suggested previously with the following.
.entry-content .textwidget ul{
padding-left: 45px !important;
}
.entry-content .textwidget ul li{
position: relative;
}
.entry-content .textwidget ul li:before{
content: "\f006";
font-family: "FontAwesome";
font-size: 15px;
position: absolute;
left: -20px;
top: 0;
}
Regards,
Kharis
wow…that worked…can I do the same for desktop view as well?