Jump to content

tuanphan

Circle Member
  • Posts

    66,939
  • Joined

  • Last visited

  • Days Won

    536

Posts posted by tuanphan

  1. @rschnell1 Add to Home > Design > Custom CSS

    
    
    /* Fixed Top Header: Logo, Social Icon */
    header.Header.Header--top {
       top: 0;
       left: 0;
       right: 0;
       z-index: 999;
       position: fixed;
    }
    /* Fixed Navigation */
    header.Header.Header--bottom.Header--overlay {
       position: fixed;
       top: 70px;
       left: 0;
       right: 0;
       z-index: 999;
    }
    
    
    
    
    

  2. @LoveMoves Here is HTML (Add to Footer)

    
    
    <div class="kl-float">
       <a href="https://www.tsiapparel.com/uniform-enquiry">
       <h9 style="color:white">REQUEST QUOTATION</h9>
       </a>
    </div>
    
    

    and CSS (Add to Home > Design > Custom CSS)

    
    
    .kl-float {
       position: fixed;
       opacity: .9;
       top: calc(30%);
       right: 0;
       z-index: 20000;
       background-color: #f9674d;
       white-space: nowrap;
       text-align: center !important;
       border-radius: 0px;
       height: 28px;
       font-family: montserrat;
       font-weight: bold;
       font-size: 12px;
       padding-top: 10px;
       padding-right: 20px;
       padding-bottom: 10px;
       padding-left: 20px;
       -moz-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
       -webkit-transform: rotate(-90deg);
       transform-origin: bottom right;
    }
    
    

    If it doesn't work, keep the code and post site url, i'll check.

  3. @seanconroy Add to Home > Design > Custom CSS

    
    
    /* Hide Green Title */
    .collection-type-gallery .slide-meta-wrapper .image-title {
       visibility: hidden;
    }
    /* Hide Black Date */
    .collection-type-gallery .slide-meta-wrapper .image-desc {
       visibility: hidden;
    }
    
    

    see how to insert code to Custom CSS: https://beaverhero.com/squarespace-how-to/#HowtoInsertCustomCSS

    Some CSS for Wells: https://beaverhero.com/squarespace-all-css/

  4. @imnotjason Try Contacting Squarespace Custom Care fist. Maybe they have better suggestion.

    My solution is to insert some HTML / CSS code into the site's Footer. Then use CSS just to display it on certain pages on the web.

    However, you will need to write Footer in HTML / CSS completely, which sounds very time-consuming if you need to be blessed by Footer.

×
×
  • 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.