To remove the Whisk Free Widget solution, please follow the steps below.
Step 1: Remove the button code, which is located where the widget appears in your page, and would look like this.
|
<div id="whisk-widget"> <script> whisk.queue.push(function() { whisk.display("whisk-widget"); }); </script> </div> |
Step 2: Remove the snipped, which should be located before </head> tag, and would look like this.
|
<script async="true" src="https://cdn.whisk.com/sdk/shopping-list.js" type="text/javascript"></script> <script> var whisk = whisk || {}; whisk.queue = whisk.queue || [];
whisk.queue.push(function() { whisk.shoppingList.defineWidget("whisk-widget", { styles: { type: "save-recipe", size: "large" } }); }); </script>
|
Step 3: Save changes.
Do you have additional questions? Feel free to contact us. We're always happy to help!