Jump to content

loren1

Circle Member
  • Posts

    23
  • Joined

  • Last visited

Reputation Activity

  1. Like
    loren1 reacted to lastoftheseventh in Gallery slideshow resize for mobile/tablet   
    Hey,
     
    I have several gallery slideshows on my website, all looks fine on desktop but on mobile you can only see. small slither of the centre of the photo/slideshow. Is there a way I can fix this?

  2. Thanks
    loren1 got a reaction from creedon in BRINE: Change Donate Button Style   
    It works perfectly! Thank you so much for the super-quick response @creedon!
  3. Love
    loren1 reacted to creedon in BRINE: Change Donate Button Style   
    Add the following to Design > Custom CSS.
    /* begin alter donate button */   body:not( .button-style-default ).primary-button-style-solid .site-wrapper:not( .with-button-variants ) #block-yui_3_17_2_1_1648508980957_2756 .sqs-editable-button:hover {        opacity : unset;          }        .primary-button-style-solid .dark-bold #block-yui_3_17_2_1_1648508980957_2756 .sqs-button-element--primary:hover {        background-color : red;     color : green;          }        /* begin alter donate button */ This is for v7.1 and specific to the poster's need.
    Let us know how it goes.
  4. Like
    loren1 reacted to MSS-Publications in Customising events page: moving image above all text, including meta   
    It works now! Thanks so much for your help mate, I appreciate it!
  5. Like
    loren1 reacted to tuanphan in Customising events page: moving image above all text, including meta   
    Try this new code
    <style> a.eventitem-backlink:after { content: "" !important; background-image: url(https://images.squarespace-cdn.com/content/v1/60173d3fc360987af4f8010f/1b5bebad-dc6c-431c-89aa-e1957163fe6d/Uncaged+Banner+FB.jpg?format=750w); background-size: contain; margin: 0 auto; background-position: center center; width: 100% !important; display: block; height: 300px !important; background-repeat: no-repeat; transform: unset !important; position: static !important; background-color: white !important; } a.eventitem-backlink { display: block; } a.eventitem-backlink { background-color: white; } </style>  
  6. Like
    loren1 reacted to tuanphan in Customising events page: moving image above all text, including meta   
    Add to Design > Custom CSS
    article.eventlist-event { border-bottom: 1px solid black; padding-bottom: 60px; }  
  7. Like
    loren1 reacted to tuanphan in Customise events page   
    Hi,
    Q1. Add to Design > Custom CSS
    /* event list page */ h1.eventlist-title { font-size: 40px !important; } article.eventlist-event { display: flex; align-items: center; flex-wrap: wrap; } .eventlist-excerpt a { background: black; color: white; padding: 10px; } .eventlist-excerpt a span { text-decoration: none !important; } Q2. Add to Design > Custom CSS
    /* event details page */ .eventitem { flex-direction: column; justify-content: center !important; align-items: center !important; } .eventitem>div { flex: 1 0 100% !important; width: 100% !important; padding-left: 0; box-sizing: unset !important; text-align: center; }  
  8. Like
    loren1 reacted to myrddinemrys in Can you use Coinbase and BitPay with Squarespace   
    I also found this at Coinbase:
    https://commerce.coinbase.com/
    It seems easier to use than Blocknomics, has a more professional look to it, and there are more crypto options like ETH and USD-Coin.
  9. Like
    loren1 reacted to tuanphan in change the background color of a section 7.1   
    Use this code
    [data-section-id="abcxyz-123-enter=id-here"] .section-background { background: #ff0000 !important; }  
  10. Thanks
    loren1 reacted to timoneill in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  11. Like
    loren1 reacted to tuanphan in How to change variant drop-down style   
    Add to Home > Design > Custom CSS
    .variant-select-wrapper { padding-top: 5px !important; padding-bottom: 5px !important; } .variant-select-wrapper option { font-size: 30px; }  
  12. Like
    loren1 reacted to tuanphan in Center page title on mobile (7.1)   
    Add to Home > Design > Custom CSS
    @media screen and (max-width:767px) { .products.collection-content-wrapper .nested-category-title { text-align: center !important; justify-content: center; } }  
  13. Like
    loren1 got a reaction from Beyondspace in Portfolio grid titles   
    That works @tuanphan! THANK YOU so much, you are amazing.
  14. Like
    loren1 reacted to tuanphan in Portfolio grid titles   
    There is no automatic way to do this. You will need to use code manually for each projects. Add this to Design > Custom CSS
    /* Stories portfolio page */ body#collection-618c573df5f4675a880adfb8 { a.grid-item:after { display: block; position: absolute; bottom: -30px; width: 100%; } a.grid-item[href="/stories-2/ralph-dimarco"]:after { content: "enter text 1"; } a.grid-item[href="/stories-2/jesse-tobin-mccauley"]:after { content: "enter text 2"; } a.grid-item[href="/stories-2/loren-depalma"]:after { content: "enter text 3"; } a.grid-item[href="/stories-2/bruce-horan"]:after { content: "enter text 4"; } }
  15. Like
    loren1 reacted to tuanphan in Store Category Breadcrumb Font Family Code   
    Add to Design > Custom CSS
    a.nested-category-breadcrumb-link { font-family: 'Norwester'; }  
  16. Like
    loren1 reacted to tuanphan in Portfolio grid titles   
    Add to Design > Custom CSS
    /* Portfolio hover */ .portfolio-text { position: absolute !important; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; z-index: 10000; opacity: 0; } a.grid-item { position: relative; } .grid-item:hover .portfolio-text { opacity: 1; } .grid-image-inner-wrapper:after { content: ""; background-color: rgba(0,0,0,0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; opacity: 0; } .portfolio-text * { color: white !important; } .grid-item:hover .grid-image-inner-wrapper:after { opacity: 1; }  
  17. Like
    loren1 reacted to L_Avec in 7.1 Duplicating or Saving Sections   
    Hi Holocene_X, 

    I am looking to duplicate just a section within a page, not the whole page. This solution worked great with anything before 7.1 because made use of Indexes, and each "page" was a section, but I am looking to duplicate that experience with 7.1 and am not finding a way, and replicate just certain sections more quickly across several pages. 

    (Unless I'm totally missing something, and Indexes are able to be replicated in some manner in 7.1)
  18. Like
    loren1 reacted to paul2009 in Flatiron Gallery - Space between projects   
    Hi
    You didn't provide a link to your site so I can't test it for your situation, but try adding something like this to Design > Custom CSS:
    /* Flatiron: Add 8px white space between index items */ /* set the white space on each side of page */ #container-content { padding-left: 8px!important; padding-right: 8px!important; } #grid .item { margin-left:-8px; a { border: 16px solid #fff; } /* Overlay size on hover */ .wrapper { margin: 16px; } }   Paul
×
×
  • 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.