Jump to content

tuanphan

Circle Member
  • Posts

    65,496
  • Joined

  • Last visited

  • Days Won

    521

Everything posted by tuanphan

  1. Use this new code header#header.shrink { background-color: transparent !important; }
  2. Change your code to this #footer-sections .section-border { background: linear-gradient(0deg,#7f7fd5,#86a8e7,#91eae4) !important; }
  3. Try adding this to Design > Custom CSS to reduce spacing .gallery-slideshow { padding-top: 20px !important; padding-bottom: 20px !important; }
  4. I think you should post this to Circle Forum.
  5. Some options to achieve this If all products use button with same link, just add it to Footer or add to Not Linked Page, then we will give code to move it next to Add to Cart on all products If use different button, just add a Button Block in Additional Info > Then share link to a product, we will give the code to move its position. With Example Above, they use Standard Page, not Products, so they can add anything.
  6. When you add a section > Scroll down to choose Classic Editor > Then you can see Gallery Section
  7. It looks fine to me. When clicking on each item >> It scroll down to corresponding sections
  8. Hi, Home > Settings > Mobile Information Bar > Disable It.
  9. Hi, Can you share link to page in screenshot? We can check easier
  10. ah okay Try adding this code to all Stadtmobel sub Pages Header, if it works, I will give instruction for other folders <style> div.header-nav-item:nth-child(1)>a { color: red !important; } .header-menu-nav-folder[data-folder="root"]>div>div:nth-child(1)>a { color: red !important; } </style>
  11. Hi, Can you provide a free account? We can take a look
  12. Add Summary Post with Excerpt Add Click Me text (use Heading 4) to top of Excerpt Next, add this code to Page Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.summary-item').each(function(i, e) { $('h4').click(function() { $(this).toggleClass('tp-list-des-open'); }); }) }); </script> <style> .summary-v2-block h4~* { height: 0; overflow: hidden; transition: all 0.1s ease; } .tp-list-des-open~* { height: 100%; transition: all 0.1s ease; } .summary-title-link {pointer-events: none;} </style> Explain Script code: when clicking h4 in Excerpt >> Toggle a class name: tp-list-des-open style code (first code): make excerpt invisible by setting height 0 style code (second code): make excerpt appear by increasing height to 100% (= height of summary item) style code (third code): disable title click
  13. Yes. I think possible. Can you share link to your site? We can check easier
×
×
  • 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.