Menu
Your Cart

Journal Blog - product RSS Feed

15 Sep Introducing our Summer Dresses
admin 175 10874
Introducing the new summer wears. The Journal 3 blog has been greatly improved and it now comes with the most advanced set of typography tools, including custom drop-cap support as well as optional ne..
Showing 1 to 1 of 1 (1 Pages)
$(document).ready(function() { const interval = setInterval(function() { const $element = $('.page-title span'); if (!$element.length) return; const text = $element.text(); if (text && text.includes('(0.00kg)')) { $element.text(text.replace('(0.00kg)', '').trim()); clearInterval(interval); // 找到后停止轮询 } }, 100); // 每100ms检查一次 });