Menu
Your Cart

Journal Blog - sweet RSS Feed

15 Sep Welcome to Journal Blog
admin 1052 34829
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 newspaper-like fluid columns. You can br..
02 Aug Journal Blog is Here
admin 165 18712
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 newspaper-like fluid columns. You ca..
15 Sep The Wool Jackets Are Back
admin 182 14492
Wool jackets are so warm. 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 newspaper-..
02 Aug Another Blog Post
admin 194 8918
Another blog post.  Write unlimited blog articles, or have someone write them for you with partial admin access. The Journal 3 blog has been greatly improved and it now comes with the most advanced se..
Showing 1 to 4 of 4 (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检查一次 });