Jump to content

tuanphan

Circle Member
  • Posts

    63,790
  • Joined

  • Last visited

  • Days Won

    511

Everything posted by tuanphan

  1. Can you send a gif file? I will give you example code. Also where is Work page, Now I can't find it in Header menu
  2. Two ways to do this #1. You can add Image Block to Event Description, then share link to an event, we will give code to move it to top + make it fullwidth #2. Use plugin: Event Page Banner Plugin (referral link)
  3. Hi, What is site url? Also can you send image file?
  4. Try this new code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('video').removeAttr('loop'); }); </script>
  5. Can you share link to page where you added it?
  6. You mean navigation should be on one line? What is your site url?
  7. Hi, What is site url? Change font, you mean font name or?
  8. You should check logo again. I guess logo has some space inside Use this .header-announcement-bar-wrapper { padding-bottom: 0 !important; padding-top: 0 !important; }
  9. Hi, Can you share link to this page?
  10. You can combine both code to this <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.header#header a.btn').attr('href','/'); $('.header-title-logo a').attr('href','/'); }); </script> and button text, use this shorter code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.header#header a.btn').attr('href','/'); $('.header-title-logo a').attr('href','/'); $("header#header a.btn").html(function() { return $(this).html().replace("Prenotare", "new button text"); }); }); </script> Actually my original intention was to use the code from Brad guide, and tweak it a bit, to only need to insert 1 code into Code Injection.
  11. Add to Design > Custom CSS /* Mobile image crop */ @media screen and (max-width:767px) { img.ProductItem-gallery-slides-item-image { object-fit: contain !important; } }
  12. I also use Cloudflare for a few sites, but for the sake of ease of editing records, and being able to manage domains purchased from multiple registrars on a single dashboard.
  13. Try change code to this @media only screen and ( pointer : coarse ) and ( max-width : 1024px ), screen and ( max-width : 799px ) { .gallery-grid-wrapper { grid-template-columns : 1fr !important; } figure { margin-bottom: 20px !important; } }
  14. Hi, What is your site url? We can check easier SS has a list of icons, but doesn't have envelop icon. You can use FontAwesome envelop icon instead. You need to share url, we can give guide to add FontAwesome icon
  15. You can add 2 text links to Announcement bar, we can give CSS to achieve screenshot style
  16. Suppose your site url is melanie.squarespace.com You can add this to url to disable code in edit mode melanie.squarespace.com/config/safe
  17. What it should look like + site url? We can check easier
  18. Edit this post > Add a Code Block (any where) > Paste this code <style> .blog-item-wrapper { background-color: red; } .blog-item-wrapper * { color: white !important; } </style>
×
×
  • 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.