-
Posts
19 -
Joined
-
Last visited
Reputation Activity
-
gracemoore got a reaction from marmarrr in Code Blocks/Embed Code Block: Preview in Safe Mode Issue
Hey @digitalink, yes managed to sort it! After aaaages trying to find a solution on Squarespace forum I came across this post which expressed the same problem.
@Ziggy shared the below solution which worked for me...
Try adding this to your Custom CSS, hoping it will hide the embed warning message and should allow you to shrink the block so you don't have to leave it overlapping the text block:
html.squarespace-damask .sqs-blockStatus { display: none !important; } Hope it works for you too!
-
gracemoore got a reaction from sarawhite in Code Blocks/Embed Code Block: Preview in Safe Mode Issue
Hey @digitalink, yes managed to sort it! After aaaages trying to find a solution on Squarespace forum I came across this post which expressed the same problem.
@Ziggy shared the below solution which worked for me...
Try adding this to your Custom CSS, hoping it will hide the embed warning message and should allow you to shrink the block so you don't have to leave it overlapping the text block:
html.squarespace-damask .sqs-blockStatus { display: none !important; } Hope it works for you too!
-
gracemoore got a reaction from calibratedconcepts in Code Blocks/Embed Code Block: Preview in Safe Mode Issue
Hey @digitalink, yes managed to sort it! After aaaages trying to find a solution on Squarespace forum I came across this post which expressed the same problem.
@Ziggy shared the below solution which worked for me...
Try adding this to your Custom CSS, hoping it will hide the embed warning message and should allow you to shrink the block so you don't have to leave it overlapping the text block:
html.squarespace-damask .sqs-blockStatus { display: none !important; } Hope it works for you too!
-
gracemoore reacted to digitalink in Code Blocks/Embed Code Block: Preview in Safe Mode Issue
Hi @gracemoore , this did the trick! Thank you SO much 🙂
-
gracemoore got a reaction from digitalink in Code Blocks/Embed Code Block: Preview in Safe Mode Issue
Hey @digitalink, yes managed to sort it! After aaaages trying to find a solution on Squarespace forum I came across this post which expressed the same problem.
@Ziggy shared the below solution which worked for me...
Try adding this to your Custom CSS, hoping it will hide the embed warning message and should allow you to shrink the block so you don't have to leave it overlapping the text block:
html.squarespace-damask .sqs-blockStatus { display: none !important; } Hope it works for you too!
-
gracemoore got a reaction from Ziggy in Code Blocks/Embed Code Block: Preview in Safe Mode Issue
Hey @digitalink, yes managed to sort it! After aaaages trying to find a solution on Squarespace forum I came across this post which expressed the same problem.
@Ziggy shared the below solution which worked for me...
Try adding this to your Custom CSS, hoping it will hide the embed warning message and should allow you to shrink the block so you don't have to leave it overlapping the text block:
html.squarespace-damask .sqs-blockStatus { display: none !important; } Hope it works for you too!
-
gracemoore reacted to tuanphan in Scroll down arrow not centred on mobile
It looks like space between left of screen - arrow & arrow - right of screen is equal? Have you tried checked it yet?
-
gracemoore reacted to tuanphan in Countdown Timer Code Mobile CSS
Add to Design > Custom CSS
/* Mobile counter */ @media screen and (max-width:767px) { div#countDownTimer {font-size: 1rem;} div#countDownTimer .text { font-size: 2rem !important; padding-left: 5px; } }
-
gracemoore reacted to tuanphan in Remove the underlink from a link in the footer only
Use this new code
/* remove footer underline links */ footer#footer-sections a { background-image: unset; text-decoration: none !important; border: none !important; }