-
Content Count
56 -
Joined
-
Last visited
-
URGENT PLEASE Email section colors invert in dark mode
TOMweb replied to TOMweb's topic in SEO and Marketing
No I haven't found a solution... It seems like they haven't worked around that problem yet.- 2 replies
-
- email-campaigns
-
(and 2 more)
Tagged with:
-
ScrollReveal markdown block not working on mobile
TOMweb replied to TOMweb's question in Coding and Customization
Hi, yes I do please. -
TOMweb started following Images side by side on mobile, URGENT PLEASE Email section colors invert in dark mode, Night Modes on Phones and Email and 3 others
-
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!
- 2 replies
-
- email-campaigns
-
(and 2 more)
Tagged with:
-
Hi @Browology did you find a solution ? I am interested in this as well.
-
ScrollReveal markdown block not working on mobile
TOMweb replied to TOMweb's question in Coding and Customization
@tuanphan just enabled right click. Thank you for checking 🙂 -
ScrollReveal markdown block not working on mobile
TOMweb posted a question in Coding and Customization
Site URL: https://www.tenovermedia.com/studio Hey there! I have an issue with my Scroll Reveal animation on mobile. The titles are supposed to show up from left or right, but the animation doesn't work on mobile for all titles coming from the left (like #block-yui_3_17_2_1_1601465453868_13770 for example). Could anyone help me with this issue? Thank you very much 🙏 -
Site URL: https://endive-denim-89ds.squarespace.com/hotels pw: 1404-Hello Hi all! On the "/hotels" page, the images look great on desktop, but the portrait images take too much space on mobile compared to the landscape images. I would like to force all image blocks to look like squares on mobile. Do y'all have any idea on how to do that? Best
-
Has anyone had success animating a logo while the site loads?
TOMweb replied to CarolynSmith's question in Coding and Customization
No thank you! -
bangank36 reacted to an answer to a question: Change section background image on dark mode
-
Change section background image on dark mode
TOMweb replied to TOMweb's question in Coding and Customization
Right on! Thank you 🙂 -
bangank36 reacted to a question: Change section background image on dark mode
-
Hi all! I am working on a dark mode version of my website. I am trying to change the first section background image of the landing page to another image when the viewer uses dark mode, but can't manage to make it work. Here is what I tried so far: @media (prefers-color-scheme: dark) { [data-section-id="5feca0a7dc82f97fd38e575d"] .section-background img { visibility: hidden; } /* set new image */ [data-section-id="5feca0a7dc82f97fd38e575d"] .section-background { background-image: url(https://static1.squarespace.com/static/5f0cd7575142de45f1d531a7/t/5feca8261d1415656f7995
-
Mobile menu: keep Contact button on sub-navigation
TOMweb replied to TOMweb's question in Coding and Customization
Anyone interested in giving a shot at this? I'm still looking for help please -
Has anyone had success animating a logo while the site loads?
TOMweb replied to CarolynSmith's question in Coding and Customization
@CarolynSmith Sure http://endive-denim-89ds.squarespace.com pw: 1404-Hello -
Has anyone had success animating a logo while the site loads?
TOMweb replied to CarolynSmith's question in Coding and Customization
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 botto -
Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-YOURSECTIONID>.row>.col>.row>.col { width: 50% !important; float: left !important; } } 🙂
-
Site URL: https://endive-denim-89ds.squarespace.com/resorts pw: 1404-Hello Hi community, I have made a wall of images on my page that looks great on desktop, but feels way too long on mobile. I would like to display two images per row (kind of like an instagram page) for mobile screens only. I have tried with the code below that targets the section only, but it doesn't put the images side by side... Any help is appreciated. Thank you ! @media screen and (max-width:767px) { div#page-section-5fd63cbbc4373837b905ef57>.row { display: float; justify-content: space-be