Jump to content

dunker56

Member
  • Posts

    15
  • Joined

  • Last visited

Reputation Activity

  1. Like
    dunker56 got a reaction from GoddessPorsche in Change Color Scheme of Thank You Message   
    I've just set up a way for people to donate via Paypal and have tested to see if it works. It does work but upon completing the transaction the recipient is greeted with a 'Thank You' message on my site but the colour theme is incorrect and I would like to sort that. The content of the Thank You message is fine, but I am at a loss as to where to find the option to either change the content of the Thank You message or even simply adjust the Colour theme.

    TIA.
  2. Like
    dunker56 reacted to tuanphan in Keeping Gallery Slideshow Block 'full width' on Mobile.   
    Home > Design > Custom CSS


  3. Like
  4. Like
    dunker56 reacted to tuanphan in Change Gallery Columns for Mobile Only?   
    Try this code for new page
    <style> @media screen and (max-width:767px) { .gallery-masonry-wrapper.gallery-masonry-list--ready { height: auto !important; } figure.gallery-masonry-item { position: relative !important; width: 100% !important; transform: unset !important; } .gallery-masonry-item-wrapper { height: auto !important; } .gallery-masonry .gallery-masonry-item[data-loaded] img { width: 100% !important; } .gallery-masonry { padding-left: 0 !important; padding-right: 0 !important; } } </style>  
  5. Like
    dunker56 reacted to Caroline_Smith in Change Gallery Columns for Mobile Only?   
    Hello! Here is a code snippet that will make all galleries 1-column grids on mobile views. Copy and paste this into that page's header code injection (or if you want this to apply to all galleries on your site, you can remove the "<style></style>" tags and paste the CSS in Design > Custom CSS). Note that this is code for Gallery Simple Grids, not Masonry Grids, Gallery Strips or Slideshows.
    <style> /* Make all gallery simple grids 1-column on mobile */ @media(max-width: 769px) { .gallery-grid-wrapper { grid-template-columns: repeat(1, 1fr) !important; } } /* Make all gallery simple grids 1-column on mobile */ </style>  
×
×
  • 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.