Jump to content

Oleg

Circle Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Oleg's Achievements

  1. <script> document.addEventListener("DOMContentLoaded", function() { var blogPosts = document.querySelectorAll('.blog-item, .summary-excerpt'); blogPosts.forEach(function(post) { var words = post.innerText.split(' ').length; var readingTime = Math.ceil(words / 200); // Average reading speed is about 200 words per minute var datelineLink = post.querySelector('.entry-dateline-link'); var readingTimeElement = document.createElement('span'); readingTimeElement.innerText = 'Estimated reading time: ' + readingTime + ' min'; readingTimeElement.style.color = '#a59896'; // Set the color of the text readingTimeElement.style.display = 'block'; // Ensure the reading time appears on a new line datelineLink.parentNode.insertBefore(readingTimeElement, datelineLink.nextSibling); }); }); </script> change .blog-item, .summary-excerpt to your ID's
  2. THank you for your help, it is absolutely the way you described. Working on desktop not mobile.
  3. Site URL: https://www.queenlashista.com/products Hello, I have been trying to figure it out, on how to make my quantity arrows to be visible at all times and of course if possible to make them customised slightly also, but till now i cannot find a solution . Image Below shows quantity arrows appear when hover over with mouse. Image below is the usual view and no arrows are visible. any help appreciated - also customising css would great too. Best wishes all.
  4. Creedon : i am trying to implement this on my website - but i cannot get it work :( Would you be able to help ? www.queenlashista.com has shop for products and courses. I need express checkout to work each time someone Clicks Enroll Now in my academy page. Let me know if you have time to look into it? Thank you.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.