Site URL: https://www.genesisart.org/our-events
Client has "gallery" events which last several WEEKS. So "time" (unless it can be customized for every day) really doesn't work — and is confusing to viewers.
We're using the BRINE template (I think it's 7.1?) — and I DO already have a working code for "no hyphens." Just need to ADD CODE that removes the TIME from multi-day events...... HELP?? 🙂
Also SqSp "Live Chat" seems to have gone away...... YIKES. Here's the code I've used (below).
And a screen shot (with times STILL showing).
p, h1, h2, h3 {
-webkit-hyphens: manual !important;
-moz-hyphens: manual !important;
-ms-hyphens: manual !important;
hyphens: manual !important;
}h1 a, h2 a, h3 a, p a{border-bottom-style: none !important;}
h1 a, h2 a, h3 a{color: #d15e31}
.eventitem--multiday .eventitem-meta-time, .eventitem--multiday .eventitem-meta-date .event-date:after {
display: none;
}