Remove Bullet from Recent Posts Widget

Hello – I have installed the recent posts widget extended plugin and am hoping to remove the > bullet which appears in front of each post on the travel blog (mikemcewan.ca) I am creating which currently looks like this:

Ideally, it would look something like this:

Any help would be greatly appreciated. Thank you in advance!

Hi @mikemcewan,

I hope you are well today and thank you for your question.

You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

.widget.rpwe_widget ul li {
    background: none;
    padding: 0;
}

Best Regards,
Movin