From: Laury GvR Date: Wed, 3 Jun 2015 19:41:07 +0000 (-0400) Subject: Now removing bullets from ingredients in recipes X-Git-Tag: v1.0.0~48 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3757434a775fd21ccb1ee78dc806cfef68901294;p=WP-Themes%2FToskiSands.git Now removing bullets from ingredients in recipes --- diff --git a/js/app.js b/js/app.js index c55d2e4..777913d 100644 --- a/js/app.js +++ b/js/app.js @@ -19,5 +19,5 @@ $(document).ready(function () { }); //$('.wpurp-recipe-ingredient-name a:hover').attr('pointer-events','none'); $('.wpurp-recipe-ingredient-name a').removeAttr("href").css('pointever-events','none !important'); - $('.wpurp-recipe-ingredient').attr('list-style','none !important'); + $('.wpurp-recipe-ingredient').css('list-style','none !important'); }); \ No newline at end of file diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 790211b..3e48f0b 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -10,5 +10,5 @@ $(document).ready(function () { }); //$('.wpurp-recipe-ingredient-name a:hover').attr('pointer-events','none'); $('.wpurp-recipe-ingredient-name a').removeAttr("href").css('pointever-events','none !important'); - $('.wpurp-recipe-ingredient').attr('list-style','none !important'); + $('.wpurp-recipe-ingredient').css('list-style','none !important'); }); \ No newline at end of file