fbpx
Filter Results
Book of the Bible
Date:
Free Sermon Resource
<span itemprop="name">The Lie</span>
SKUWS438-03DB
Product TypeSermon
Duration36:46
ScriptureGenesis 3:1-10; 21-24
Favorite

The Lie

David Bisgrove   |   Sep 25, 2022
Share
Add to Cart
SKUWS438-03DB
Product TypeSermon
Duration36:46
ScriptureGenesis 3:1-10; 21-24
// Get all elements with the class name "gi-price" var prices = document.getElementsByClassName("gi-price"); // Loop through each element and replace the text for (var i = 0; i < prices.length; i++) { var priceText = prices[i].textContent; if (priceText === "$2.50") { prices[i].textContent = "FREE"; } }