you’ll see that there are a few black decimal points on the left. It’s because WP is using my text widgets as a list. I need a way to change the li to a div. How can I do this?
Example: Before
<li id="text-5" class="widget widget_text"><h2 class="widgettitle"> </h2></li>
Example: After
<div id="text-5" class="widget widget_text"><h2 class="widgettitle"> </h2></div>
anyone know where I can make this change? Or how to add this into the custom.css?