how to remove arrows from bullet points

Hi team,
When I use bullet points in blog posts, a little arrow shows up just before the bullet point. Is there any way to remove the arrow and leave the bullet?
Thanks!

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Oh yeah! Sorry about that. My website is www.myfurrysidekick.com . There is currently only one blog post, and it contains the bullet points and arrows I was mentioning.
Thanks again!

Hello there,

Thanks for the link.

You can use the following CSS code to remove the first bullet arrow by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove bullet arrow*/
.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before {
    display: none;
}

Best Regards,
Support

Yes! This works perfectly. Thank you so much!!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support