Jump to content

TOMweb

Member
  • Posts

    59
  • Joined

  • Last visited

Reputation Activity

  1. Like
    TOMweb got a reaction from southbaydays in Email section colors invert in dark mode   
    No I haven't found a solution... It seems like they haven't worked around that problem yet.
  2. Like
    TOMweb got a reaction from jtoffic in Email section colors invert in dark mode   
    Hi all !
    So I am creating blast email templates to send to my contact lists, where I choose a specific color for my section background (let's say, green). It looks great and all, but when someone receives it on their phone or tablet, and their dark mode is turned on, then the background color inverts and it looks really bad.
    Is there a way to force the background color on any devices?
    Thank you so much for the help!
  3. Like
    TOMweb got a reaction from vkicm in Email section colors invert in dark mode   
    Hi all !
    So I am creating blast email templates to send to my contact lists, where I choose a specific color for my section background (let's say, green). It looks great and all, but when someone receives it on their phone or tablet, and their dark mode is turned on, then the background color inverts and it looks really bad.
    Is there a way to force the background color on any devices?
    Thank you so much for the help!
  4. Like
    TOMweb got a reaction from DaysWithColor in Email section colors invert in dark mode   
    Hi all !
    So I am creating blast email templates to send to my contact lists, where I choose a specific color for my section background (let's say, green). It looks great and all, but when someone receives it on their phone or tablet, and their dark mode is turned on, then the background color inverts and it looks really bad.
    Is there a way to force the background color on any devices?
    Thank you so much for the help!
  5. Like
    TOMweb got a reaction from CoorlasArchitecture in Email section colors invert in dark mode   
    Hi all !
    So I am creating blast email templates to send to my contact lists, where I choose a specific color for my section background (let's say, green). It looks great and all, but when someone receives it on their phone or tablet, and their dark mode is turned on, then the background color inverts and it looks really bad.
    Is there a way to force the background color on any devices?
    Thank you so much for the help!
  6. Like
    TOMweb got a reaction from morgan_h in Email section colors invert in dark mode   
    Hi all !
    So I am creating blast email templates to send to my contact lists, where I choose a specific color for my section background (let's say, green). It looks great and all, but when someone receives it on their phone or tablet, and their dark mode is turned on, then the background color inverts and it looks really bad.
    Is there a way to force the background color on any devices?
    Thank you so much for the help!
  7. Like
    TOMweb got a reaction from Jeremyn in Has anyone had success animating a logo while the site loads?   
    Hey @NiceDay
    Create a gif with your logo file (.SVG) using Lottie for example, like below:
    - go to https://lottiefiles.com/svg-to-lottie
    - upload your SVG and export it as a JSON file.
    - go to https://lottiefiles.com/lottie-to-gif
    - upload your JSON file and use one of the animations provided. Export as a GIF.
    Then, make sure you upload This GIF via Design > Custom CSS > Manage Your Files, and get the URL.
    Then, go to Settings > Advanced > Code Injection > Footer Field and paste the code below. Make sure you put in your own gif URL at the bottom of the code. Let me know how this works.
     
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <div class="logoload"></div> <style> .logoload { /* SET BACKGROUND COLOR */ background-color: #000000; /* SET BACKGROUND SIZE */ background-size: 30vh; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-position: center; background-repeat: no-repeat; background-image: url("YOUR URL HERE"); } </style> <script type="text/javascript"> $(window).load(function() { $(".logoload").delay(2500).fadeOut("slow"); }) </script>  
  8. Like
    TOMweb got a reaction from Beyondspace in Close Lightbox Form when clicking outside the form   
    Site URL: https://endive-denim-89ds.squarespace.com/contact
    Hi all! 👋
    After some intensive research on the forum and on the web, I am looking for a way to close the popup Lightbox form (when you select any of the "Pitch" "Ask" "Join" button...) by clicking outside the form (like, in the background for example).
    Right now, the Lightbox form can only be closed by clicking on the X button, but I notice that people always try first to click on the background (away from the Lightbox) to close it, and I'd love to make this available to them too. Would someone know how to do that?
    Thank you so much!
  9. Love
    TOMweb got a reaction from Beyondspace in Close Lightbox Form when clicking outside the form   
    This works perfectly!!! Thank you @bangank36, you're a gem 🙂
×
×
  • 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.