Jump to content

humxahafeex

Circle Member
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. humxahafeex's post in Move Social Icon to the Left Side of Header was marked as the answer   
    Hi , Add following code in Website> Website Tools> Custom CSS
    .header-actions-action--social{ right: unset !important; } If it works do mark it as solved.
  2. humxahafeex's post in Move Social Icon to the Left Side of Header was marked as the answer   
    Hi , Add following code in Website> Website Tools> Custom CSS
    .header-actions-action--social{ right: unset !important; } If it works do mark it as solved.
  3. humxahafeex's post in Make text not wrap on mobile was marked as the answer   
    Hi Please try to put the following code in Design> Custom Css 
    @media screen and (max-width: 640px) { #block-627f0621357b994502063985>div>h3{ font-size:1.5em; } } Hope it helps , If it works , Don't forget to mark it as Solved.
  4. humxahafeex's post in Reduce padding of gallery section was marked as the answer   
    Hi it's quite simple , Go to Design >Custom Css and paste the following code in it.
    .gallery-strips[data-width="inset"] { padding: 0vw !important; } it will fix the issue for sure. 
     
    Do mark it as solved if it works.
  5. humxahafeex's post in Adjust "Sale label" in Summary block was marked as the answer   
    Hi @Donald_P Please use the following code in DESIGN>CUSTOM CSS.
    .summary-product-status>.product-mark { background-color: #f00 !important; line-height: 3em !Important; text-align: center !Important; border-radius: 50% !important; width: 45px !important; height: 45px !Important; } .sqs-product-quick-view-button-wrapper>.sqs-product-quick-view-button { background-color: #f00 !important; width: 75px !Important; height: 75px !important; padding: 0.8em !Important; line-height: 2.2em !important; text-align: center; border-radius: 50% !important; } It will do the Job , Please do mark it as solved if it works 🙂 
  6. humxahafeex's post in How to change cart icon with bag icon - Crosby 7.1 was marked as the answer   
    Hi @francescalo  you can get it done in just 2 Steps  , easily Let me share a code with you  🙂
    Step 1 : Copy & Paste the follwoing code in HOME>DESIGN>CUSTOM CSS section.
    .Cart-inner>.icon{ display:none; } Step 2:  Copy & Paste the follwoing code in SETTINGS>ADVANCE>CODE INJECTION  and paste in FOOTER   section.
    <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> <script> $(".Cart-inner").append("<i class='fa fa-shopping-bag' aria-hidden='true'></i>"); </script> It will do the Job 🙂 Screenshot is attahced  on how it will look like 🙂 If it answers the question don't forget to mark it as solved 🙂

  7. humxahafeex's post in Promotional pop up frequency was marked as the answer   
    Hi @arek It's way too easy what you have to do is to put the following code to Settings > Advance > Code Injection>Header ,What this code will do it will pop up every time user visit the website.
    <script> window.localStorage.setItem('test', '0'); window.localStorage.setItem('squarespace-popup-overlay', '0'); </script>  
    Tested and it worked perfectly fine , Hope it works perfectly fine for you 🙂 
    NOTE: TEST IT ON INCOGNITO OR  ON PRIVATE WINDOW. 
    If it works for you don't forget to mark it as solved by clicking arrow on top left of this answer 🙂 
×
×
  • 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.