-
Posts
14 -
Joined
-
Last visited
Reputation Activity
-
Chloe_ECD reacted to paul2009 in Heading fading into image gradient background
Remove the z-index line from your Custom CSS. Here is the relevant section:
[data-section-id="6069449ec449387c0246fe5c"] .section-background::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000; background-image: linear-gradient(90deg,#fff,rgba(255,255,255,.6),transparent) } This will have been broken when Squarespace added section borders in November 2022.
Did this help? Please give feedback by clicking an icon below ⬇️
-
Chloe_ECD got a reaction from tuanphan in Add Phone Number & Email Links to Header Bar or Banner Above Header Bar
Hi @tuanphan,
Yes, I think so. I subscribed to Browserstack on the freelance plan for one month to troubleshoot.
In the end I added multiple breakpoints to the CSS.
Thanks for checking!
-
Chloe_ECD reacted to Enny.nz in Adding text to a fullscreen slideshow on Ver 7.1
Hey zerosite, I'm not sure you already solved this, but to get the gallery to go under the navigation I've added this code in the page advanced tab.
<style> .page-section:first-child { padding-top: 0!important; } </style I hope this helps :)