null

Buy Ceiling Tiles in Bulk & Get 10% - 15% off + Free Shipping Buy Now

Buy Ceiling Tiles in Bulk & Get 10% - 15% off + Free Shipping

Buy Now
jQuery( document ).ready(function() { /** to hide the word Starting At above the product price in product view page **/ //$('.productView-info').siblings('.productView-price').children('div').find('.ProductStartingAt, br').remove(); /** page heading padding**/ $( ".hero" ).closest(".body.page").find("h1.page-heading").css( "margin-bottom", "0px" ); /** blog title **/ $("body > div.body.blog > div.container > main > h1").text("Official Decorative Ceiling Tiles Blog - All About Walls and Ceilings"); /** brands title **/ $("body > div.body.brands > div.container > main > h1").text("Quality Brands Decorative Ceiling Tiles, Inc Carries"); /** shop button icon**/ $("#shop-butt > a").append(""); /** case study pdf **/ if (window.location.href.indexOf('form=') > 0) { $("#pdfDiv").show(); $('html, body').animate({ scrollTop: $("#pdfDiv").offset().top }, 2000); } }); jQuery(function(){ $('a').each(function() { if ($(this).prop('href') == window.location.href) { $(this).addClass('current'); } }); $('#shipinfo').on('click', function(e){ e.preventDefault(); console.log("enter"); }); }); jQuery(function(){ /**Sidebar filter inche text replace**/ setInterval(function(){ $("#facetedSearch-navList .navList li a").each((id)=>{ console.log("refresh"); $("#facetedSearch-navList .navList li a:eq("+id+")").html($("#facetedSearch-navList .navList li a:eq("+id+")").html().replaceAll('"','"')) }); }, 1000 ); /**Sidebar filter inche text replace**/ }); /**Hide footer chats quote ninja request quote**/ jQuery(window).on('load', function() { $(document).ready(function () { if($("body > div.body.page > div.container > main").length > 0) { $('#qn-dialog-toggle').css('display', 'none!important'); $('#qn-dialog-toggle').hide(); } }); });