Jump to content

martinp

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by martinp

  1. On 1/15/2024 at 6:47 AM, tuanphan said:

    Try this

    <script>
      (function() {
        window.addEventListener('load', function() {
            var paginationLabels = document.querySelectorAll('nav.blog-list-pagination span');
    
            for (var i = 0; i < paginationLabels.length; i++) {
                var text = paginationLabels[i].textContent;
    
                text = text.replace("Billets plus récents", "Newer Post");
                text = text.replace("Billets plus anciens", "Older Post");
    
                paginationLabels[i].textContent = text;
            }
        });
    })();
    </script>

     

    this worked great thanks! is there a way to remove the arrows too? they look relly strange now.

     

  2. The logo or the menu bar of my website isn’t centered on mobile. I customized the menu bar to be in the center with code so I’m not sure which is wrong. It’s not perfect on pc either for some reason. But when I look on the editor it looks much closer then on an actual phone.

     

    jeuno.fr 

    IMG_0093.png

×
×
  • 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.