Jump to content

tuanphan

Circle Member
  • Posts

    65,019
  • Joined

  • Last visited

  • Days Won

    518

Everything posted by tuanphan

  1. Add this code to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('a.grid-item[href="/workshops/level-up"]').attr('href','https://megandipierocoaching.com/new-level-up-page'); }); </script>
  2. Can you share link to a blog page?
  3. data-section-id, if you use 7.1 If you use 7.0 & Index template, you can target Index Section ID. If the template doesn't support Index page & is not 7.1, no way to target with tool You can share link to page where you have problem, we can check & give id for you
  4. You want Scroll down, when users can't see book a trip on header, the float book a trip will appear?
  5. Just add some attributes to the code div.grid-item:before { content: " BUY NOW "; position: absolute; background-color: #ef06c3; top: 0; right: -15px; padding: 10px 40px; z-index: 99999; transform: rotate(48deg); font-size: 12px; font-family: 'Audiowide'; }
  6. Which page are you referring to? I don't see them on homepage
  7. You can add 2 images & let me know which image you want to show on desktop/mobile, we can give a quick instruction to do this
  8. You can enable Promotional Popup then we can give the code to disable it on desktop
  9. You mean add a scroll bar to services folder when it has too many items?
  10. Can you share link to page where you have problem? We can check easier
  11. I remember Adsense code need to add to Settings > Advanced > Code Injection.
  12. Image will be clickable or non-clickable? and what is site url?
  13. The code still correct. Which image url did you add the code?
  14. Which code you used to add hover? We can add query to exclude it on mobile
  15. You can add all items to Folder, then we can give code to make folder to 2 columns & bold the titles
  16. Add to Design > Custom CSS /* 768 for tablet - desktop - 992 for desktop */ @media screen and (min-width:768px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } }
  17. Add to Top of Design > Custom CSS a.Header-branding:after { content: "enter your tagline"; display: block; font-size: 20px; }
  18. Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1665509487905_5174 .summary-item { width: calc(~"50% - 10px") !important; float: left !important; padding: 0 !important; margin: 0 !important; position: relative !important; height: auto !important; top: unset !important; left: unset !important; margin-bottom: 20px !important; } div#block-yui_3_17_2_1_1665509487905_5174 .summary-item:nth-child(2n+1) { margin-right: 20px !important; } }
  19. Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('<a href="/search"><img src="https://cdn.pixabay.com/photo/2022/10/16/13/53/early-morning-7525151__480.jpg" width="70px"/></a>').appendTo('.header-title-logo a'); }); </script> <style> .header-title-logo a:nth-child(2) { margin-left: 20px; } </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.