Jump to content

abibacon

Circle Member
  • Posts

    250
  • Joined

  • Last visited

Community Answers

  1. abibacon's post in Need some code to remove text from members site paywall was marked as the answer   
    Hey @Callan, try this CSS
    #sqs-paywall-page-root .pricing-plan-price-amount { display: none; }  
  2. abibacon's post in Using code in a trial-site – which plan is right for me? was marked as the answer   
    Hey @Matt-W-Urst, in order to use the Code Injections areas or the Code Block you need a Business plan or higher. However depending on the code you're using in the Code Injection area's you may be able to add it into a Markdown block and place it in your footer.
  3. abibacon's post in How do i create a hamburger menu WITHOUT my cart disappearing? was marked as the answer   
    Hey @thestonedathomemom, try using this code below
     
    .header .header-burger { display:flex; } .header-nav { display:none; } .header--menu-open .header-menu { opacity: 1; visibility: visible; }  
  4. abibacon's post in Change Accordion Icon was marked as the answer   
    Hey @kaydotjpg, try this CSS
    .accordion-icon-container div { visibility: hidden; } .accordion-item .accordion-icon-container::after { content: '●'; position: absolute; transform: translateY(-25%); }  
  5. abibacon's post in Using an Anchor link twice in a row? was marked as the answer   
    Hey @PatrP, from what I've experienced this is only something that happens within the editor. When using Anchor links on a live site they should work multiple times.
  6. abibacon's post in remove hover text on mobile device was marked as the answer   
    Hey @Carolle, if you wrap all of the text relating to the hover effect in a media query targeted at desktops you won't see it on mobile.
  7. abibacon's post in how to remove the top & bottom margin of summary galleries was marked as the answer   
    Hey @tonyhauptphoto, try this CSS

     
    .summary-v2-block { padding-top: 0px !important; padding-bottom: 0px !important; }  
  8. abibacon's post in How to Change Clickable Text Appearance When Mouse Hovers Over? was marked as the answer   
    Hey @qingyanzhu, try the below CSS
    .header-nav-item a:hover { color: green !important; } .nested-category-tree-wrapper .category-item a:hover { color: green !important; } .header-actions .header-actions-action--social a:hover { color: green !important; }  
  9. abibacon's post in HELP: Responsive Menu and Split Navigation was marked as the answer   
    Hey @alazar730, check out Will Myers' Split Navigation plugin for this.
     
    (link is an affiliate link)
×
×
  • 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.