From: Laury GvR Date: Tue, 20 Nov 2018 15:02:08 +0000 (-0500) Subject: Remove 'Description' from the product details tab X-Git-Tag: v1.0.0^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c7a14bca588015c442c358879d0371bb808ab324;p=WP-Themes%2Ffinewinejourneys.git Remove 'Description' from the product details tab --- diff --git a/js/app.js b/js/app.js index 38b955b..e3ef251 100644 --- a/js/app.js +++ b/js/app.js @@ -105,6 +105,7 @@ $(document).ready(function () { }); $("#tab-description").find("h2:contains('Product Description')").remove(); + $("#tab-description").find("h2:contains('Description')").remove(); $(".html5_video_tab").find('a').html("Video"); // wrap every 3 li elements in a div class=row so we can add data equalizer diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 7ea74e0..d65cee0 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -96,6 +96,7 @@ $(document).ready(function () { }); $("#tab-description").find("h2:contains('Product Description')").remove(); + $("#tab-description").find("h2:contains('Description')").remove(); $(".html5_video_tab").find('a').html("Video"); // wrap every 3 li elements in a div class=row so we can add data equalizer