Hey there Goga777, hope you’re well today!
This can be done with some custom CSS. Since the theme has its own custom CSS tab which is located in Appearance >> Exclusive Options >> General you can insert this code there:
.sidebar-container ul li:before, .sidebar-area ul li:before {
content: none !important;
}
This should remove the list style from the sidebar. Normally I wouldn’t suggest using the !important declaration. However, it can sometimes be a necessary evil when over-writing existing styles.
Have a great weekend ??
Best regards,
Bojan