I want to replace a text on my Wordpress website enclosed in p tag as follows:
<div class="uael-mc-dropdown_items">
<p class="woocommerce-mini-cart__empty-message">No products in the cart.</p>
</div>
I want to replace the "No products in the cart." text with "No courses in my bag."
Is there any way to do so using js, CSS, or adding some code in my theme functions.php?